summaryrefslogtreecommitdiffstatsabout
path: root/Makefile.in
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-07-28 18:28:07 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-07-28 18:28:07 (GMT)
commit9bc98a029d12912bcbfcbcf27823ea3711078013 (patch)
tree21ce7f9b613ff15935fb5defc08fabcdb65abd78 /Makefile.in
parent17c8a5a5f7d79f44e5a05a96050673be566c4adf (diff)
updated release date of 1.991.99
added mod_log_sql_dbi.c into distribution
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7e7ae94..a08ec1b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -93,7 +93,7 @@ STD_DIST = install-sh \
93 config.h.in 93 config.h.in
94 94
95DISTFILES = $(STD_DIST) $(EXTRA_DIST) $(coreSOURCES) $(HEADERS) \ 95DISTFILES = $(STD_DIST) $(EXTRA_DIST) $(coreSOURCES) $(HEADERS) \
96 $(sslSOURCES) $(mysqlSOURCES) $(pgsqlSOURCES) $(dbsqlSOURCES) 96 $(sslSOURCES) $(mysqlSOURCES) $(pgsqlSOURCES) $(dbiSOURCES)
97 97
98all: $(TARGETS) all-subdirs 98all: $(TARGETS) all-subdirs
99 99