From aa106169a0e5b960c2a82958912bc41a1e76b4c5 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Tue, 31 Jul 2007 00:21:04 +0000 Subject: [PATCH] use AM_CLFAGS from Jan Kneschke svn:r376 --- sample/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sample/Makefile.am b/sample/Makefile.am index b749b806..d4a113ce 100644 --- a/sample/Makefile.am +++ b/sample/Makefile.am @@ -1,8 +1,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies LDADD = ../libevent.la -CPPFPLAGS = -I.. -CFLAGS = -I../compat +AM_CFLAGS = -I../compat noinst_PROGRAMS = event-test time-test signal-test