Move all sources to 'src/'
[lttng-ust.git] / tests / compile / same_line_tracepoint / Makefile.am
index b7668e9fe08f90cca97acaffc758647d8649dd3b..8668d6f611281739cda3e7b0b8f60babb7a3d755 100644 (file)
@@ -4,6 +4,8 @@ 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)/liblttng-ust/liblttng-ust.la $(DL_LIBS)
+same_line_tracepoint_LDADD = \
+       $(top_builddir)/src/liblttng-ust/liblttng-ust.la \
+       $(DL_LIBS)
 
 EXTRA_DIST = README
This page took 0.023237 seconds and 4 git commands to generate.