From e8dc8d4e482b6302b2ec31537001a545139e7ca9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Fri, 17 Jan 2003 16:30:07 +0100
Subject: [PATCH] * examples/Makefile.am (AM_CPPFLAGS): Use AM_CPPFLAGS instead
 of 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  | 2 +-
 testsuite/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/Makefile.am b/examples/Makefile.am
index 40b1f589..9037cec2 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -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
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index e27c4289..54591642 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -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
-- 
GitLab