Backport:Fix: Don't override user variables within the build system
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents / Makefile.am
index 321630dc7e8b4e914e12d463a47a8cbd83700032..46ad53d2c039a80d6c5774afa2ac54c2d7b2fbbd 100644 (file)
@@ -1,6 +1,4 @@
-AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(srcdir) \
-               -I$(top_srcdir)/tests/utils -I$(top_srcdir)/tests/utils/testapp \
-               -O2 -g
+AM_CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/tests/utils -I$(top_srcdir)/tests/utils/testapp
 
 if LTTNG_TOOLS_BUILD_WITH_LIBDL
 LIBS += -ldl
This page took 0.024132 seconds and 5 git commands to generate.