diff options
-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) |