Move liblttng-ust to 'src/lib/'
[lttng-ust.git] / tests / unit / ust-elf / Makefile.am
index ff7fb7dfa37803f9e50ab318cbf0e6bacc052a80..b7480556248763fd422abff5d404bdd9fd2f97b5 100644 (file)
@@ -4,9 +4,12 @@ AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
 
 noinst_PROGRAMS = ust-elf
 ust_elf_SOURCES = ust-elf.c
-ust_elf_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \
+ust_elf_LDADD = \
+       $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \
        $(top_builddir)/tests/utils/libtap.a
 
+dist_check_SCRIPTS = test_ust_elf
+
 # Directories added to EXTRA_DIST will be recursively copied to the distribution.
 EXTRA_DIST = \
        $(srcdir)/data \
This page took 0.032485 seconds and 4 git commands to generate.