diff options
Diffstat (limited to 'examples/csoap')
-rw-r--r-- | examples/csoap/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |