Cleanup: standardise include path
[lttng-ust.git] / liblttng-ust-python-agent / Makefile.am
index 077e50c5fb4d581eddf31151dd994161f6d9581a..43cc27a8e187701e67c7f6ca132b14f6425ec01c 100644 (file)
@@ -1,7 +1,5 @@
 # tracepoint provider: always built/installed (does not depend on Python per se)
-AM_CPPFLAGS = -I$(top_srcdir)/include/ \
-       -I$(top_builddir)/include/
-AM_CFLAGS += -fno-strict-aliasing
+AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
 
 lib_LTLIBRARIES = liblttng-ust-python-agent.la
 
This page took 0.022717 seconds and 4 git commands to generate.