Fix: remove extra -I for python bindings
authorDavid Goulet <dgoulet@efficios.com>
Fri, 3 May 2013 15:16:32 +0000 (11:16 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 3 May 2013 15:16:32 +0000 (11:16 -0400)
Fixes #517

Signed-off-by: David Goulet <dgoulet@efficios.com>
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.026733 seconds and 5 git commands to generate.