From 9c469db300e1b270a93c6b04c1709ac0f7751136 Mon Sep 17 00:00:00 2001 From: Dave Hart Date: Sun, 13 Feb 2011 02:27:42 -0500 Subject: [PATCH] Correct an AM_CFLAGS to an AM_CPPFLAGS in test/Makefile.am --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 6d8bf5e7..abcb18ce 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign -AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat -I$(top_srcdir)/include -I../include -DTINYTEST_LOCAL +AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat -I$(top_srcdir)/include -I../include -DTINYTEST_LOCAL EXTRA_DIST = regress.rpc regress.gen.h regress.gen.c test.sh -- 2.40.0