From 4e3a25d7cceabcb9f3c33a3359924206bb98b9c3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 15 Jan 2004 23:41:27 +0000 Subject: fix build git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@83 2bf48fe7-cfc1-0310-909f-d9042e1e0fef --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 63b0f6a..8e85e72 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,7 +16,8 @@ # along with ifplugd; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -AM_CFLAGS = -DSYSCONFDIR="\"$(sysconfdir)\"" +AM_CFLAGS = $(LIBDAEMON_CFLAGS) -DSYSCONFDIR="\"$(sysconfdir)\"" +LDADD = $(LIBDAEMON_LIBS) sbin_PROGRAMS = ifplugd ifstatus -- cgit