From 39ad0f75f24d87e0e76d58b0f2da0b07b9a21ca7 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Fri, 12 Dec 2003 16:25:52 +0000 Subject: removed second INCLUDES variable --- examples/nanohttp/Makefile.am | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.1-32-gdbae