diff options
Diffstat (limited to 'examples/nanohttp/Makefile.am')
-rw-r--r-- | examples/nanohttp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nanohttp/Makefile.am b/examples/nanohttp/Makefile.am index bb92e1d..91d79f6 100644 --- a/examples/nanohttp/Makefile.am +++ b/examples/nanohttp/Makefile.am @@ -2,7 +2,7 @@ # $Revision: 1.15 $ # LDADD=../../nanohttp/libnanohttp.la -INCLUDES=-I${top_srcdir} +AM_CPPFLAGS=-I${top_srcdir} noinst_PROGRAMS=http_server http_client mime_client |