Add 'src' dir to global include path
[lttng-ust.git] / doc / examples / Makefile.am
index 93132f6a9d9e14aad8263f3feb8e0232f6ab6493..06e40662f1004e8aa6a0234330bb79584c280fbe 100644 (file)
@@ -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)" \
This page took 0.023751 seconds and 4 git commands to generate.