Fix: remove extra -I for python bindings
[lttng-tools.git] / extras / bindings / swig / python / Makefile.am
index 6e7baa69d86fc8eb3ef6bc576859d62ef0607a9a..caf19349f1e164a799d4b06f21d9d28d09bee7ee 100644 (file)
@@ -1,7 +1,7 @@
 lttng.i: lttng.i.in
        sed "s/LTTNG_VERSION_STR/LTTng $(PACKAGE_VERSION)/g" <lttng.i.in >lttng.i
 
-AM_CFLAGS = -I$(PYTHON_INCLUDE) -I$(top_srcdir)/lib/lttng-ctl -I../common \
+AM_CFLAGS = $(PYTHON_INCLUDE) -I$(top_srcdir)/lib/lttng-ctl -I../common \
               $(BUDDY_CFLAGS)
 
 EXTRA_DIST = lttng.i.in
This page took 0.023187 seconds and 4 git commands to generate.