From: Niels Möller Date: Fri, 19 Sep 2003 11:56:20 +0000 (+0200) Subject: * examples/Makefile.am (AM_CPPFLAGS): Set AM_CPPFLAGS, not X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=356cad6faa032da2dae13409608668ca3cacff09;p=thirdparty%2Fnettle.git * 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 --- 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 +