summaryrefslogtreecommitdiffstatsabout
path: root/contrib/Makefile.in
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-02-12 03:44:12 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-02-12 03:44:12 (GMT)
commitbdb5c0e5ea921d274b797f3b9b311b713eb0b792 (patch)
treebb70807189c0e14d5f5c87b57d345bca6ab98115 /contrib/Makefile.in
parent6caf2429c3ff47657c8ce2579be1224063505f80 (diff)
moved create_tables.sql and make_combined_log.pl into contrib directory.
Added contrib directory to build system. Updated new maintainer information in AUTHORS,LICENSE, and manual.xml
Diffstat (limited to 'contrib/Makefile.in')
-rw-r--r--contrib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.in b/contrib/Makefile.in
index c40a711..7a020d9 100644
--- a/contrib/Makefile.in
+++ b/contrib/Makefile.in
@@ -3,7 +3,7 @@
3# Modify these top variables. 3# Modify these top variables.
4SUBDIRS = 4SUBDIRS =
5 5
6EXTRA_DIST = README mysql_import_combined_log.pl 6EXTRA_DIST = README create_tables.sql make_combined_log.pl
7 7
8#Don't modify anything below here 8#Don't modify anything below here
9 9