diff options
Diffstat (limited to 'nanohttp/Makefile.am')
-rw-r--r-- | nanohttp/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nanohttp/Makefile.am b/nanohttp/Makefile.am index c59e0f8..e071566 100644 --- a/nanohttp/Makefile.am +++ b/nanohttp/Makefile.am @@ -17,7 +17,8 @@ nanohttp-server.c\ nanohttp-stream.c\ nanohttp-mime.c\ nanohttp-request.c\ -nanohttp-response.c +nanohttp-response.c\ +nanohttp-ssl.c library_includedir=$(includedir)/$(NANOHTTP_LIBRARY_NAME)-$(NANOHTTP_API_VERSION)/$(NANOHTTP_LIBRARY_NAME) |