Add $(LIBEVENT_CPPFLAGS) to daemon's Makefile.am

This commit is contained in:
Charles Kerr
2007-08-16 16:03:01 +00:00
parent 3f163dad88
commit 44a61eced1

View File

@@ -1,4 +1,4 @@
AM_CPPFLAGS = -I@top_srcdir@
AM_CPPFLAGS = -I@top_srcdir@ $(LIBEVENT_CPPFLAGS)
AM_CFLAGS = $(PTHREAD_CFLAGS)
noinst_LIBRARIES = libdaemon.a