summaryrefslogtreecommitdiffstatsabout
path: root/contrib/Makefile.in
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-02-12 23:35:48 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-02-12 23:35:48 (GMT)
commitf8a7d14c946632c1bea98db0f8bfbcb35f69760e (patch)
treed9cd002a815a11d65dbeb2303f605730cce1e87a /contrib/Makefile.in
parent8816d3b3de90cd6b1c2f14ea3aaa4827392d9933 (diff)
Added mysql_import_combined_log.pl to distribution with permission from Aaron Jenson
http://www.visualprose.com/software.php (Original Source) Updated documentation in README for usage of contrib files/scripts
Diffstat (limited to 'contrib/Makefile.in')
-rw-r--r--contrib/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/Makefile.in b/contrib/Makefile.in
index 7a020d9..b384fd0 100644
--- a/contrib/Makefile.in
+++ b/contrib/Makefile.in
@@ -3,7 +3,10 @@
3# Modify these top variables. 3# Modify these top variables.
4SUBDIRS = 4SUBDIRS =
5 5
6EXTRA_DIST = README create_tables.sql make_combined_log.pl 6EXTRA_DIST = README \
7 create_tables.sql \
8 make_combined_log.pl \
9 mysql_import_combined_log.pl
7 10
8#Don't modify anything below here 11#Don't modify anything below here
9 12