summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-11-03 00:48:05 +0100
committerNiels Möller <nisse@lysator.liu.se>2002-11-03 00:48:05 +0100
commit56d73915952ed5c132b4723a3a39d0e6c2ab7464 (patch)
tree12aeb2e8526c7695f8238f884aa61789f8223e38 /examples
parent4fbc70177d7f435f48a94801fd1354b780284028 (diff)
downloadnettle-56d73915952ed5c132b4723a3a39d0e6c2ab7464.tar.gz
Don't set CFLAGS or CPPFLAGS explicitly,
let automake handle that. Rev: src/nettle/examples/Makefile.am:1.11
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am3
1 files changed, 0 insertions, 3 deletions
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.