X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fcompile%2Fhello.cxx%2FMakefile.am;h=153ca1e1078ebb205d186b8bd119b577c758b08e;hb=6339062a5bbe886493d0691d13e28e37a7206362;hp=1fc3fc9471e99f0a144a81917f5f3cc46ecc6c94;hpb=635ead38ff3308bd6475f088d6a58e6267e53d86;p=lttng-ust.git diff --git a/tests/compile/hello.cxx/Makefile.am b/tests/compile/hello.cxx/Makefile.am index 1fc3fc94..153ca1e1 100644 --- a/tests/compile/hello.cxx/Makefile.am +++ b/tests/compile/hello.cxx/Makefile.am @@ -5,7 +5,7 @@ AM_CPPFLAGS += -I$(srcdir) -Wsystem-headers noinst_PROGRAMS = hello hello_SOURCES = hello.cpp tp-cpp.cpp ust_tests_hello.h hello_LDADD = \ - $(top_builddir)/src/liblttng-ust/liblttng-ust.la \ + $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \ $(DL_LIBS) EXTRA_DIST = README