X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fcompile%2Fsame_line_tracepoint%2FMakefile.am;h=ef4d6daea05f0b8a7586e673e0ba233e4f644a77;hb=6339062a5bbe886493d0691d13e28e37a7206362;hp=8668d6f611281739cda3e7b0b8f60babb7a3d755;hpb=635ead38ff3308bd6475f088d6a58e6267e53d86;p=lttng-ust.git diff --git a/tests/compile/same_line_tracepoint/Makefile.am b/tests/compile/same_line_tracepoint/Makefile.am index 8668d6f6..ef4d6dae 100644 --- a/tests/compile/same_line_tracepoint/Makefile.am +++ b/tests/compile/same_line_tracepoint/Makefile.am @@ -5,7 +5,7 @@ AM_CPPFLAGS += -I$(srcdir) -Wsystem-headers noinst_PROGRAMS = same_line_tracepoint same_line_tracepoint_SOURCES = same_line_tracepoint.c ust_tests_sameline.h same_line_tracepoint_LDADD = \ - $(top_builddir)/src/liblttng-ust/liblttng-ust.la \ + $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \ $(DL_LIBS) EXTRA_DIST = README