diff options
Diffstat (limited to 'contrib/Makefile.in')
-rw-r--r-- | contrib/Makefile.in | 5 |
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. |
4 | SUBDIRS = | 4 | SUBDIRS = |
5 | 5 | ||
6 | EXTRA_DIST = README create_tables.sql make_combined_log.pl | 6 | EXTRA_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 | ||