From 3f79a3a01a4a39fcaf24486f828a2b115b0542c0 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Wed, 23 Feb 2011 09:19:08 +0100 Subject: [PATCH] Continue AM_CFLAGS to AM_CPPFLAGS correction 9c469db300e1b270a93c6b04c1709ac0f7751136 had started with the conversion but left out another instance of incorrectly used AM_CFLAGS. Dave Hart provided the suggestion for this fix. --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 60dd4972..b3474ec1 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -51,7 +51,7 @@ regress_SOURCES += regress_iocp.c endif regress_LDADD = $(LIBEVENT_GC_SECTIONS) ../libevent.la $(PTHREAD_LIBS) $(ZLIB_LIBS) -regress_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat \ +regress_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat \ -I$(top_srcdir)/include -I../include $(PTHREAD_CFLAGS) $(ZLIB_CFLAGS) regress_LDFLAGS = $(PTHREAD_CFLAGS) -- 2.40.0