Fix: missing includes break the out-of-tree build
[babeltrace.git] / bindings / python / Makefile.am
index 7f3ada3e39b5e11a55490b8c7230f1404dad024b..5564203d7376e925342acf2c92845974473a28b1 100644 (file)
@@ -9,7 +9,7 @@ all-local: $(INIT_PY)
 $(INIT_PY): $(INIT_PY_IN)
        sed "s/BABELTRACE_VERSION_STR/$(PACKAGE_VERSION)/g" < $< > $@
 
-AM_CFLAGS = $(PYTHON_INCLUDE) -I$(top_srcdir)/include/
+AM_CFLAGS = $(PYTHON_INCLUDE) -I$(top_srcdir)/include/ -I$(top_srcdir)/bindings/python
 
 EXTRA_DIST = common.py reader.py writer.py $(INIT_PY_IN) $(NATIVEBT_I)
 nodist_btpackage_PYTHON = $(INIT_PY) $(NATIVEBT_PY) common.py reader.py writer.py
This page took 0.024662 seconds and 4 git commands to generate.