X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Flow-throughput%2FMakefile.am;h=8ce8f24397eae0a4d358a9f623bd1c738ca3c529;hp=3eef3ac5edcde95f17c35bbd4a854378b1bec1ca;hb=343af227102f6b274bfd7f6c7220eb3b776ba5e3;hpb=c83e7ca00efd681ec2406d2a2b2622d373ae2647 diff --git a/tests/regression/ust/low-throughput/Makefile.am b/tests/regression/ust/low-throughput/Makefile.am index 3eef3ac5e..8ce8f2439 100644 --- a/tests/regression/ust/low-throughput/Makefile.am +++ b/tests/regression/ust/low-throughput/Makefile.am @@ -1,11 +1,10 @@ -AM_CFLAGS = -I$(srcdir) -O2 -AM_LDFLAGS = -llttng-ust +AM_CPPFLAGS += -I$(srcdir) if LTTNG_TOOLS_BUILD_WITH_LIBDL -AM_LDFLAGS += -ldl +LIBS += -ldl endif if LTTNG_TOOLS_BUILD_WITH_LIBC_DL -AM_LDFLAGS += -lc +LIBS += -lc endif noinst_PROGRAMS = gen-events