diff options
author | m0gg | 2006-03-15 15:13:41 +0000 |
---|---|---|
committer | m0gg | 2006-03-15 15:13:41 +0000 |
commit | d7b1b7794bce582d6cba6a357c30a069baabd9b4 (patch) | |
tree | 778abe4093357ae43802c4dbd089adf8115fbfe3 /examples/nanohttp | |
parent | edde49444bfeaaa4b6577c8f40dfe23194d45572 (diff) | |
download | csoap-d7b1b7794bce582d6cba6a357c30a069baabd9b4.tar.gz csoap-d7b1b7794bce582d6cba6a357c30a069baabd9b4.tar.bz2 |
Build in separate directory
Diffstat (limited to 'examples/nanohttp')
-rw-r--r-- | examples/nanohttp/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |