From 16d5ddebcecf089442b7512a3bd63af2796f8118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Thu, 7 Nov 2002 11:17:31 +0100 Subject: [PATCH] * examples/Makefile.am (AM_CFLAGS): We need -I$(top_srcdir). * tools/Makefile.am (AM_CFLAGS): Likewise. * testsuite/Makefile.am (AM_CFLAGS): Likewise. Rev: src/nettle/examples/Makefile.am:1.13 Rev: src/nettle/testsuite/Makefile.am:1.31 Rev: src/nettle/tools/Makefile.am:1.2 --- examples/Makefile.am | 2 ++ testsuite/Makefile.am | 2 ++ tools/Makefile.am | 2 ++ 3 files changed, 6 insertions(+) diff --git a/examples/Makefile.am b/examples/Makefile.am index b74b8c68..1638c4b3 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,3 +1,5 @@ +AM_CFLAGS = -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 # installed version. diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 7a17d8f4..7555722c 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -1,3 +1,5 @@ +AM_CFLAGS = -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 # installed version. diff --git a/tools/Makefile.am b/tools/Makefile.am index f21b5b23..46a68f7c 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,3 +1,5 @@ +AM_CFLAGS = -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 # installed version. -- GitLab