diff options
author | Nikias Bassen | 2013-02-18 18:21:31 +0100 |
---|---|---|
committer | Nikias Bassen | 2013-02-18 18:21:31 +0100 |
commit | 386ea830e44a61f8ef70d08025e3f1d5b1b8bd1a (patch) | |
tree | a569ffbe0b47e9f463ef35bf2ec5a2b8854ce954 /examples/csoap | |
parent | 7527650eaab1f1910f6bfa24061a0bddc7937b9f (diff) | |
download | csoap-master.tar.gz csoap-master.tar.bz2 |
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 \ |