Fix up the build
authorCarl N Baldwin <cnb@hpsvcnb.fc.hp.com>
Thu, 20 Oct 2005 15:54:11 +0000 (09:54 -0600)
committerCarl N Baldwin <cnb@hpsvcnb.fc.hp.com>
Thu, 20 Oct 2005 15:54:11 +0000 (09:54 -0600)
Makefile.am
scripts/Makefile.am

index bd1b3e8160a018f4a8aac29d4c2cd7ed6a834966..429b2b5122c2a558d95a6299952dfc3c3a26a832 100644 (file)
@@ -2,15 +2,10 @@ SUBDIRS = scripts
 
 bin_PROGRAMS = lsbackups
 
-bin_SCRIPTS = find-cmd.sh
-
 schema_files = schema.sql
 
-EXTRA_DIST = $(bin_SCRIPTS) $(schema_files)
+EXTRA_DIST = $(schema_files)
 
 lsbackups_SOURCES = main.cc \
                     filedata.hpp \
                     filedata.cpp
-
-AM_CPPFLAGS = $(SQLITE3_CFLAGS)
-LDADD       = $(SQLITE3_LIBS)
index 95e619cf9207254dd1045a57351213657970f0dd..1d1126c73e128d475327a2009f5c5c4e4cf1385e 100644 (file)
@@ -1,5 +1,7 @@
-EXTRA_DIST= \
+bin_SCRIPTS = \
   find-cmd.sh \
   list-dates.rb \
   other-commands \
   rsync-cmd.sh
+
+EXTRA_DIST = $(bin_SCRIPTS)