Cleanup: Don't hardcode include paths unnecessarily
[babeltrace.git] / formats / ctf / Makefile.am
index fdf4c293ccd938b975d470aac4c78981b5ccf417..0b8c67c638b262f5250717f6e448d669d261a367 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 ir .
 
This page took 0.023106 seconds and 4 git commands to generate.