Fix: Don't override user variables within the build system
[lttng-tools.git] / extras / bindings / swig / python / Makefile.am
index af1daf87c1f2fc8a7e839945e6ade224586ac404..25f0a4395d18089838e634e2d35c0771fae66ae9 100644 (file)
@@ -1,7 +1,7 @@
 lttng.i: lttng.i.in
        $(SED) "s/LTTNG_VERSION_STR/LTTng $(PACKAGE_VERSION)/g" < $(srcdir)/lttng.i.in >lttng.i
 
-AM_CFLAGS = $(PYTHON_INCLUDE) -I$(top_srcdir)/include
+AM_CPPFLAGS += $(PYTHON_INCLUDE)
 
 EXTRA_DIST = lttng.i.in
 nodist_python_PYTHON = lttng.py
This page took 0.026417 seconds and 5 git commands to generate.