Fix: missing includes break the out-of-tree build
[babeltrace.git] / formats / ctf / Makefile.am
index 094cb36dd5eedb00d4b406d01cb2b4b9d3602c32..2267ce5731fa08f8dca10a7bfd6b8979cac0ba37 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 .
 
This page took 0.022566 seconds and 4 git commands to generate.