From 56d73915952ed5c132b4723a3a39d0e6c2ab7464 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sun, 3 Nov 2002 00:48:05 +0100
Subject: [PATCH] Don't set CFLAGS or CPPFLAGS explicitly, let automake handle
 that.

Rev: src/nettle/examples/Makefile.am:1.11
---
 examples/Makefile.am | 3 ---
 1 file changed, 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.
-- 
GitLab