Fix: oot build: missing top_builddir include
[lttng-ust.git] / liblttng-ust-python-agent / Makefile.am
index 4b34964c84fb363d380ac1c3ea3af749bffb82b8..8b38132e1f7cc1c3e8185e20974cc30583b0ad1d 100644 (file)
@@ -1,5 +1,5 @@
 
-AM_CPPFLAGS = $(PYTHON_INCLUDE) -I$(top_srcdir)/include/
+AM_CPPFLAGS = $(PYTHON_INCLUDE) -I$(top_srcdir)/include/ -I$(top_builddir)/include/
 AM_CFLAGS = -fno-strict-aliasing
 
 EXTRA_DIST = lttng_agent.py.in
This page took 0.023242 seconds and 4 git commands to generate.