diff options
author | snowdrop | 2003-12-12 16:25:52 +0000 |
---|---|---|
committer | snowdrop | 2003-12-12 16:25:52 +0000 |
commit | 39ad0f75f24d87e0e76d58b0f2da0b07b9a21ca7 (patch) | |
tree | a485070bde60648f379be3a647aab983970a7e0a | |
parent | 401932abb7174193639d2307fc0e12bcb4a5b3d8 (diff) | |
download | csoap-39ad0f75f24d87e0e76d58b0f2da0b07b9a21ca7.tar.gz csoap-39ad0f75f24d87e0e76d58b0f2da0b07b9a21ca7.tar.bz2 |
removed second INCLUDES variable
-rw-r--r-- | examples/nanohttp/Makefile.am | 1 |
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) |