summaryrefslogtreecommitdiffstatsabout
path: root/mod_log_sql.prj
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-01-04 03:23:22 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-01-04 03:23:22 (GMT)
commite2dfccb52240fd943ec6f1f2b8260f86d24d4cd2 (patch)
treee9576f43acacc69993ab369c0f608cefcedf8ae2 /mod_log_sql.prj
parent5b0927ae5d90380ac043f66787e253b03d218319 (diff)
update apache.m4 to use -with-apxs instead of --with-apache
got SSL support to compile. added Documentation subdirectory.
Diffstat (limited to 'mod_log_sql.prj')
-rw-r--r--mod_log_sql.prj7
1 files changed, 5 insertions, 2 deletions
diff --git a/mod_log_sql.prj b/mod_log_sql.prj
index 774fb61..7fa3b1b 100644
--- a/mod_log_sql.prj
+++ b/mod_log_sql.prj
@@ -60,7 +60,8 @@ module.source.type=
60module.source.expanded=1 60module.source.expanded=1
61module.source.files=\ 61module.source.files=\
62 mod_log_sql.c\ 62 mod_log_sql.c\
63 make_combined_log.pl 63 make_combined_log.pl\
64 contrib/mysql_import_combined_log.pl
64 65
65module.pixmap.name=. 66module.pixmap.name=.
66module.pixmap.type= 67module.pixmap.type=
@@ -73,7 +74,9 @@ module.data.expanded=1
73module.data.files=\ 74module.data.files=\
74 Makefile.in\ 75 Makefile.in\
75 configure.ac\ 76 configure.ac\
76 create_tables.sql 77 create_tables.sql\
78 Documentation/Makefile.in\
79 contrib/Makefile.in
77 80
78module.help.name=. 81module.help.name=.
79module.help.type= 82module.help.type=