X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;fp=doc%2Fexamples%2FMakefile.am;h=06e40662f1004e8aa6a0234330bb79584c280fbe;hb=74e79a0da99992c182da26abf45447722eaa400d;hp=93132f6a9d9e14aad8263f3feb8e0232f6ab6493;hpb=9d4c8b2d907edb9ebc9bfde55602598e7ba0832e;p=lttng-ust.git diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 93132f6a..06e40662 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -136,7 +136,9 @@ all-local: CPPFLAGS="$(CPPFLAGS)" \ AM_CPPFLAGS="$(AM_CPPFLAGS) \ -I$$rel_src_subdir$(top_srcdir)/include/ \ - -I$$rel_build_subdir$(top_builddir)/include/" \ + -I$$rel_build_subdir$(top_builddir)/include/ \ + -I$$rel_src_subdir$(top_srcdir)/src/ \ + -I$$rel_build_subdir$(top_builddir)/src/" \ CFLAGS='$(CFLAGS)' \ AM_CFLAGS='$(AM_CFLAGS)' \ LDFLAGS="$(LDFLAGS)" \