From 356cad6faa032da2dae13409608668ca3cacff09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 19 Sep 2003 13:56:20 +0200 Subject: [PATCH] * examples/Makefile.am (AM_CPPFLAGS): Set AM_CPPFLAGS, not CPPFLAGS. (noinst_PROGRAMS): Added lfib-stream. Rev: src/nettle/examples/Makefile.am:1.1.2.1 --- examples/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 0630288e..3595acf0 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,7 +1,7 @@ -CFLAGS = -I$(top_srcdir) @CFLAGS@ -CPPFLAGS = @CPPFLAGS@ +AM_CPPFLAGS = -I$(top_srcdir) LDADD = ../libnettle.a -noinst_PROGRAMS = nettle-benchmark +noinst_PROGRAMS = nettle-benchmark lfib-stream + -- GitLab