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