]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Don't set CFLAGS or CPPFLAGS explicitly,
authorNiels Möller <nisse@lysator.liu.se>
Sat, 2 Nov 2002 23:48:05 +0000 (00:48 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 2 Nov 2002 23:48:05 +0000 (00:48 +0100)
let automake handle that.

Rev: src/nettle/examples/Makefile.am:1.11

examples/Makefile.am

index 63f53769b374aea9705041b04951bbfb02c3b776..c0af64138682c5bb44d3c299638a952f224b8b4e 100644 (file)
@@ -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.