summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-02-04 02:22:08 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-02-04 02:22:08 (GMT)
commit437e3890c6565b7d13c5e39ef8aa12858bfa9e4e (patch)
tree124428221186ed346b7879d7e888f1dbf016cfa6
parent0fc4f656c7768469d971234ef7fe687a6b9ea1b7 (diff)
added mod_log_sql_ssl.c into dist1.94
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1ff939c..bc3d2d7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -55,7 +55,7 @@ STD_DIST = install-sh \
55 stamp-h.in \ 55 stamp-h.in \
56 config.h.in 56 config.h.in
57 57
58DISTFILES = $(STD_DIST) $(EXTRA_DIST) $(SOURCES) $(HEADERS) 58DISTFILES = $(STD_DIST) $(EXTRA_DIST) $(SOURCES) $(sslSOURCES) $(HEADERS)
59 59
60all: $(TARGETS) all-subdirs 60all: $(TARGETS) all-subdirs
61 61