From d7b1b7794bce582d6cba6a357c30a069baabd9b4 Mon Sep 17 00:00:00 2001 From: m0gg Date: Wed, 15 Mar 2006 15:13:41 +0000 Subject: Build in separate directory --- examples/csoap/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/csoap') 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 -- cgit v1.1-32-gdbae