]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
* examples/Makefile.am (AM_CPPFLAGS): Use AM_CPPFLAGS instead of
authorNiels Möller <nisse@lysator.liu.se>
Fri, 17 Jan 2003 15:30:07 +0000 (16:30 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 17 Jan 2003 15:30:07 +0000 (16:30 +0100)
AM_CFLAGS.
* testsuite/Makefile.am (AM_CPPFLAGS): Likewise.

Rev: src/nettle/examples/Makefile.am:1.15
Rev: src/nettle/testsuite/Makefile.am:1.35

examples/Makefile.am
testsuite/Makefile.am

index 40b1f5898eb8020553245c796337ca95bafcd5e3..9037cec2a1aeecce5cf34d36bac8184efcf81e2c 100644 (file)
@@ -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
index e27c42898e05bc5b602194706f189e3e0818dcb5..545916429e45e169e56b1a35620768018d6fda82 100644 (file)
@@ -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