Backport:Fix: Don't override user variables within the build system
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
index 6b6a6eed127525f17a2a94454ea18e8fbf3dacc1..b133a5e156332f42b766dee6315c292dff9ced30 100644 (file)
@@ -1,7 +1,7 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(builddir)
-
 SUBDIRS = filter
 
+AM_CPPFLAGS += -I$(srcdir) -I$(builddir)
+
 lib_LTLIBRARIES = liblttng-ctl.la
 
 liblttng_ctl_la_SOURCES = lttng-ctl.c snapshot.c lttng-ctl-helper.h \
This page took 0.024037 seconds and 5 git commands to generate.