Commit f5a63551 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fix include path

parent ffff8ddb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign nostdinc


EXTRA_DIST = README Makefile.example makefile.dj $(COMPLICATED_EXAMPLES)
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_builddir)/lib   \
           -I$(top_srcdir)/lib
           -I$(top_srcdir)/lib