Move liblttng-ust to 'src/lib/'
[lttng-ust.git] / tests / unit / ust-utils / Makefile.am
index eb7c505ea9872af2d51878c7a6b0f6e94e9f777e..f76d7bdfc1b6ba05dc6552b891199c528700de47 100644 (file)
@@ -5,13 +5,13 @@ AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
 noinst_PROGRAMS = test_ust_utils
 test_ust_utils_SOURCES = ust-utils.c ust-utils-common.h
 test_ust_utils_LDADD = \
-       $(top_builddir)/src/liblttng-ust/liblttng-ust.la \
+       $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \
        $(top_builddir)/tests/utils/libtap.a
 
 if HAVE_CXX
 noinst_PROGRAMS += test_ust_utils_cxx
 test_ust_utils_cxx_SOURCES = ust-utils-cxx.cpp ust-utils-common.h
 test_ust_utils_cxx_LDADD = \
-       $(top_builddir)/src/liblttng-ust/liblttng-ust.la \
+       $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \
        $(top_builddir)/tests/utils/libtap.a
 endif
This page took 0.030984 seconds and 4 git commands to generate.