Backport:Fix: Don't override user variables within the build system
[lttng-tools.git] / tests / utils / testapp / gen-ust-tracef / Makefile.am
index 6b6099662eb9d3954b3103caa18777d0bbb7c214..eb74afa77a8e55546fb78fab5f983c2abdd6df1b 100644 (file)
@@ -1,12 +1,11 @@
-AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(srcdir) -O2 -g \
-       -I$(top_srcdir)/tests/utils/testapp
+AM_CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/tests/utils/testapp
 AM_LDFLAGS =
 
 if LTTNG_TOOLS_BUILD_WITH_LIBDL
-LIBS += -ldl
+AM_LDFLAGS += -ldl
 endif
 if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
-LIBS += -lc
+AM_LDFLAGS += -lc
 endif
 
 if HAVE_LIBLTTNG_UST_CTL
This page took 0.024469 seconds and 5 git commands to generate.