Fix: Don't override user variables within the build system
[lttng-tools.git] / tests / utils / testapp / gen-ust-tracef / Makefile.am
index 06171fa927c26d34d2b5da39a57d36683ef671ec..293a79c8c9837f8a4df7c8e6efa3445d477932c9 100644 (file)
@@ -1,11 +1,11 @@
-AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(srcdir) -O2 -g
+AM_CPPFLAGS += -I$(srcdir)
 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.023502 seconds and 4 git commands to generate.