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