From: Niels Möller Date: Fri, 17 Jan 2003 15:30:07 +0000 (+0100) Subject: * examples/Makefile.am (AM_CPPFLAGS): Use AM_CPPFLAGS instead of X-Git-Tag: nettle_1.7_release_20030311~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8dc8d4e482b6302b2ec31537001a545139e7ca9;p=thirdparty%2Fnettle.git * examples/Makefile.am (AM_CPPFLAGS): Use AM_CPPFLAGS instead of AM_CFLAGS. * testsuite/Makefile.am (AM_CPPFLAGS): Likewise. Rev: src/nettle/examples/Makefile.am:1.15 Rev: src/nettle/testsuite/Makefile.am:1.35 --- diff --git a/examples/Makefile.am b/examples/Makefile.am index 40b1f589..9037cec2 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_srcdir) # We need .. to be searched before standard places, in order to pick # up the newly built libnettle.a/libnettle.so, rather than any diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index e27c4289..54591642 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_srcdir) # We need .. to be searched before standard places, in order to pick # up the newly built libnettle.a/libnettle.so, rather than any