summaryrefslogtreecommitdiffstatsabout
path: root/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 /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 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index bc3d2d7..1ad7562 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
1# @configure_input@ 1# @configure_input@
2 2
3# Modify these top variables. 3# Modify these top variables.
4SUBDIRS = Documentation 4SUBDIRS = Documentation contrib
5SOURCES = \ 5SOURCES = \
6 @PACKAGE_NAME@.c 6 @PACKAGE_NAME@.c
7 7
@@ -18,7 +18,7 @@ INCLUDES = @MYSQL_CFLAGS@
18 18
19LDADD = @MYSQL_LDFLAGS@ @MYSQL_LIBS@ 19LDADD = @MYSQL_LDFLAGS@ @MYSQL_LIBS@
20 20
21EXTRA_DIST = AUTHORS INSTALL LICENSE CHANGELOG make_combined_log.pl 21EXTRA_DIST = AUTHORS INSTALL TODO LICENSE CHANGELOG make_combined_log.pl
22 22
23TARGET = @PACKAGE_NAME@@APXS_EXTENSION@ 23TARGET = @PACKAGE_NAME@@APXS_EXTENSION@
24 24