Cleanup: Don't hardcode include paths unnecessarily
[babeltrace.git] / formats / ctf / Makefile.am
index 2267ce5731fa08f8dca10a7bfd6b8979cac0ba37..cfb2bc7e29e37087ca40df4c83799e142c45296a 100644 (file)
@@ -1,5 +1,4 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include \
-               -I$(top_builddir)/formats/ctf
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(builddir)
 
 SUBDIRS = types metadata writer .
 
This page took 0.022504 seconds and 4 git commands to generate.