summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/csoap/Makefile.am1
-rw-r--r--examples/nanohttp/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/csoap/Makefile.am b/examples/csoap/Makefile.am
index 9cecda6..f44f62c 100644
--- a/examples/csoap/Makefile.am
+++ b/examples/csoap/Makefile.am
@@ -1,4 +1,5 @@
LDADD=../../nanohttp/libnanohttp.la ../../libcsoap/libcsoap.la -lpthread
+INCLUDES=-I${top_srcdir}
noinst_PROGRAMS=simpleclient simpleserver echoattachments-client echoattachments-server
bin_PROGRAMS=soapclient
diff --git a/examples/nanohttp/Makefile.am b/examples/nanohttp/Makefile.am
index 2e9aee1..ae5e6a7 100644
--- a/examples/nanohttp/Makefile.am
+++ b/examples/nanohttp/Makefile.am
@@ -1,4 +1,5 @@
LDADD=../../nanohttp/libnanohttp.la -lpthread
+INCLUDES=-I${top_srcdir}
noinst_PROGRAMS=http_server http_client