diff options
author | m0gg | 2006-03-15 15:12:35 +0000 |
---|---|---|
committer | m0gg | 2006-03-15 15:12:35 +0000 |
commit | edde49444bfeaaa4b6577c8f40dfe23194d45572 (patch) | |
tree | a0e0ab0f72b37e1f294890c2e121a35ce8d7ffaf | |
parent | 494e876583a255ba9564dace2cbe55c5832c824b (diff) | |
download | csoap-edde49444bfeaaa4b6577c8f40dfe23194d45572.tar.gz csoap-edde49444bfeaaa4b6577c8f40dfe23194d45572.tar.bz2 |
Build in seperate directory
-rw-r--r-- | nanohttp/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nanohttp/Makefile.am b/nanohttp/Makefile.am index 48f9364..fc05a84 100644 --- a/nanohttp/Makefile.am +++ b/nanohttp/Makefile.am @@ -13,4 +13,5 @@ libnanohttp_la_HEADERS=nanohttp-common.h nanohttp-socket.h nanohttp-client.h nanohttp-base64.h nanohttp-ssl.h libnanohttp_la_LDFLAGS= -version-info @nanohttp_version@ -release @nanohttp_release@ +libnanohttp_la_CFLAGS=-I${top_srcdir} |