From 386ea830e44a61f8ef70d08025e3f1d5b1b8bd1a Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 18 Feb 2013 18:21:31 +0100 Subject: some automake updates to Makefile.am --- examples/csoap/Makefile.am | 2 +- examples/nanohttp/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/csoap/Makefile.am b/examples/csoap/Makefile.am index d670f3c..5aca054 100644 --- a/examples/csoap/Makefile.am +++ b/examples/csoap/Makefile.am @@ -2,7 +2,7 @@ # $Revision: 1.12 $ # LDADD=../../nanohttp/libnanohttp.la ../../libcsoap/libcsoap.la -INCLUDES=-I${top_srcdir} +AM_CPPFLAGS=-I${top_srcdir} noinst_PROGRAMS=simpleclient \ simpleserver \ diff --git a/examples/nanohttp/Makefile.am b/examples/nanohttp/Makefile.am index bb92e1d..91d79f6 100644 --- a/examples/nanohttp/Makefile.am +++ b/examples/nanohttp/Makefile.am @@ -2,7 +2,7 @@ # $Revision: 1.15 $ # LDADD=../../nanohttp/libnanohttp.la -INCLUDES=-I${top_srcdir} +AM_CPPFLAGS=-I${top_srcdir} noinst_PROGRAMS=http_server http_client mime_client -- cgit v1.1-32-gdbae