Fix: Don't override user variables within the build system
[lttng-tools.git] / tests / regression / ust / overlap / demo / Makefile.am
index 15f5600d61f0465d6cf6bf72207711d9e3bf6b41..4d4efb154b5542da867b37817199e8e9582d107d 100644 (file)
@@ -10,7 +10,7 @@ EXTRA_DIST = demo-trace demo.c ust_tests_demo.h \
 
 else
 
-AM_CFLAGS=-I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
 
 # Force the shared flag on the noinst libraries since they are
 # only built static by default
This page took 0.024251 seconds and 5 git commands to generate.