summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/nanohttp/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/nanohttp/Makefile.am b/examples/nanohttp/Makefile.am
index e5cda5c..a5db7b3 100644
--- a/examples/nanohttp/Makefile.am
+++ b/examples/nanohttp/Makefile.am
@@ -6,7 +6,6 @@ httpget_LDFLAGS=-L$(top_builddir)/nanohttp -lnanohttp-$(GENERIC_API_VERSION) \
$(LIBXML_LIBS)
httpgetcb_SOURCES=httpgetcb.c
-INCLUDES=-I$(top_srcdir)/ $(LIBXML_CFLAGS)
httpgetcb_LDFLAGS=-L$(top_builddir)/nanohttp -lnanohttp-$(GENERIC_API_VERSION) \
$(LIBXML_LIBS)