Fix: Don't override user variables within the build system
[babeltrace.git] / bindings / python / babeltrace / Makefile.am
index cf56dfc7f91a49ab827223a697e71ee66449a299..b8ec41e4fb156f092411cb61514f6bf212de3cab 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/ -I$(srcdir)
+AM_CPPFLAGS += $(PYTHON_INCLUDE) -I$(srcdir)
 
 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.047798 seconds and 4 git commands to generate.