From fd524ac80b5def913b1f7805e06455daff6012e6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 2 Jun 2004 18:44:49 +0000 Subject: Makefile fix git-svn-id: file:///home/lennart/svn/public/pgets/trunk@10 768266df-afd4-0310-94a7-d396c829e022 --- src/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index ea26863..52de5fe 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,11 +27,7 @@ sbin_PROGRAMS += pgets-postgres endif -SOURCES = pgets.c pgets.h \ - modem.c modem.h \ - lock.c lock.h \ - util.c util.h \ - db.h +SOURCES = pgets.c pgets.h modem.c modem.h lock.c lock.h util.c util.h db.h pgets_sqlite_SOURCES = $(SOURCES) sqlite.c pgets_sqlite_LDADD = $(LDADD) $(SQLITE_LIBS) -- cgit