diff options
author | snowdrop | 2006-01-06 16:14:35 +0000 |
---|---|---|
committer | snowdrop | 2006-01-06 16:14:35 +0000 |
commit | 31cacddba959e4b31f6f28cfb2b419e6f803d036 (patch) | |
tree | 746d791e7cb6e707fd8044446e04dd7c3c4fe366 | |
parent | 0fe2f6c2ee30eedb19cb10c98b0f832b069988e2 (diff) | |
download | csoap-31cacddba959e4b31f6f28cfb2b419e6f803d036.tar.gz csoap-31cacddba959e4b31f6f28cfb2b419e6f803d036.tar.bz2 |
bugfix: changed nanohttp-ssl.c to nanohttp-ssl.h in h_sources
-rw-r--r-- | nanohttp/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/nanohttp/Makefile.am b/nanohttp/Makefile.am index e071566..6e6be3a 100644 --- a/nanohttp/Makefile.am +++ b/nanohttp/Makefile.am @@ -1,6 +1,6 @@ ## Source directory - + h_sources = nanohttp-common.h\ nanohttp-socket.h\ nanohttp-client.h\ @@ -8,7 +8,9 @@ nanohttp-server.h\ nanohttp-stream.h\ nanohttp-mime.h\ nanohttp-request.h\ -nanohttp-response.h +nanohttp-response.h\ +nanohttp-ssl.h + cc_sources = nanohttp-common.c\ nanohttp-socket.c\ @@ -21,6 +23,7 @@ nanohttp-response.c\ nanohttp-ssl.c + library_includedir=$(includedir)/$(NANOHTTP_LIBRARY_NAME)-$(NANOHTTP_API_VERSION)/$(NANOHTTP_LIBRARY_NAME) library_include_HEADERS = $(h_sources) |