Fix: missing includes break the out-of-tree build
[babeltrace.git] / formats / ctf / Makefile.am
index 0c054ef47a91b3716f32b58120c115742026c85b..fdf4c293ccd938b975d470aac4c78981b5ccf417 100644 (file)
@@ -1,4 +1,5 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include \
+               -I$(top_builddir)/formats/ctf
 
 SUBDIRS = types metadata writer ir .
 
This page took 0.023151 seconds and 4 git commands to generate.