From: Niels Möller Date: Sat, 2 Nov 2002 23:48:05 +0000 (+0100) Subject: Don't set CFLAGS or CPPFLAGS explicitly, X-Git-Tag: nettle_1.7_release_20030311~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56d73915952ed5c132b4723a3a39d0e6c2ab7464;p=thirdparty%2Fnettle.git Don't set CFLAGS or CPPFLAGS explicitly, let automake handle that. Rev: src/nettle/examples/Makefile.am:1.11 --- diff --git a/examples/Makefile.am b/examples/Makefile.am index 63f53769..c0af6413 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,6 +1,3 @@ -CFLAGS = -I$(top_srcdir) @CFLAGS@ -CPPFLAGS = @CPPFLAGS@ - # We need .. to be searched before standard places, in order to pick # up the newly built libnettle.a/libnettle.so, rather than any # installed version.