summaryrefslogtreecommitdiffstatsabout
path: root/Makefile.in
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-01-21 04:34:21 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-01-21 04:34:21 (GMT)
commitb19a5851171395e196ed686977482d79d7140cfd (patch)
tree5e8edc605c5aca8cb95252fbb30ea008b40dd78f /Makefile.in
parentf26e43417ed614aa5e6c328f1610f1fca4708e99 (diff)
fixed log_error function1.93
finished ssl split into separate module added item registration function. (for ssl sub-module) release 1.93
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5b1d1ec..ce99082 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -5,7 +5,8 @@ SUBDIRS = Documentation
5SOURCES = \ 5SOURCES = \
6 @PACKAGE_NAME@.c 6 @PACKAGE_NAME@.c
7 7
8HEADERS = functions.h \ 8HEADERS = mod_log_sql.h \
9 functions.h \
9 functions13.h \ 10 functions13.h \
10 functions20.h \ 11 functions20.h \
11 apache13.h \ 12 apache13.h \