From 59dfdaa70d58d1c7366c9cb2bdb82e921e8cbc16 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Mon, 27 Aug 2007 23:30:44 +0200 Subject: [PATCH] fix makefile Signed-off-by: Pierre Habouzit --- Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 329455c..109daac 100644 --- a/Makefile +++ b/Makefile @@ -40,15 +40,11 @@ TESTS = tst-rbl GENERATED = tokens.h tokens.c -postlicyd_SOURCES = \ - str.h buffer.h daemon.h rbl.h postfix.h \ - str.c buffer.c daemon.c rbl.c postfix.c \ - postlicyd.c $(GENERATED) +postlicyd_SOURCES = str.c buffer.c daemon.c rbl.c postfix.c \ + postlicyd.c $(GENERATED) postlicyd_LIBADD = -lpthread -srsd_SOURCES = \ - str.h daemon.h srsd.h \ - str.c daemon.c srsd.c +srsd_SOURCES = str.c daemon.c srsd.c srsd_LIBADD = -lsrs2 tst-rbl_SOURCES = tst-rbl.c -- 2.20.1