Fix: Don't override user variables within the build system
[lttng-ust.git] / tests / tracepoint / benchmark / Makefile.am
index 1080b44805f414f512647c060ea2ed931b9654c8..4a387074c4f9aca09d33898a728cddaf469a292f 100644 (file)
@@ -4,4 +4,4 @@ noinst_PROGRAMS = tracepoint_benchmark
 tracepoint_benchmark_SOURCES = tracepoint_benchmark.c tracepoint_benchmark.h
 tracepoint_benchmark_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o -lpthread
 
-CFLAGS_tracepoint_benchmark.o = -I$(src) -g
+CFLAGS_tracepoint_benchmark.o = -I$(src) -g $(AM_CFLAGS)
This page took 0.022606 seconds and 4 git commands to generate.