diff options
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index e897844e8..886e8ada6 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -12,9 +12,11 @@ EXTRA_DIST = README Makefile.example Makefile.inc Makefile.m32 \ # being currently built and tested are searched before the library which # might possibly already be installed in the system. # +# $(top_builddir)/include is for libcurl's generated curl/curlbuild.h file # $(top_srcdir)/include is for libcurl's external include files -INCLUDES = -I$(top_srcdir)/include +INCLUDES = -I$(top_builddir)/include \ + -I$(top_srcdir)/include LIBDIR = $(top_builddir)/lib |