]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fix include path
authorDaniel Stenberg <daniel@haxx.se>
Thu, 12 Jul 2007 20:54:54 +0000 (20:54 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 12 Jul 2007 20:54:54 +0000 (20:54 +0000)
docs/examples/Makefile.am

index 64a79dce29e2d1e4e38e15c55be6c64c436a19d6..5fa9a496f58aceb0558e8a1730f6516e88aa47b6 100644 (file)
@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign nostdinc
 
 EXTRA_DIST = README Makefile.example makefile.dj $(COMPLICATED_EXAMPLES)
 
-INCLUDES = -I$(top_srcdir)/include/curl \
+INCLUDES = -I$(top_srcdir)/include \
            -I$(top_builddir)/lib   \
            -I$(top_srcdir)/lib