X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Ffork%2FMakefile.am;h=1898f2197d02510dbfb086f3f115fc747fd4b750;hb=f3049ad9e7b72287888452b9ed542c0f36e6eefe;hp=5c9368533698463403b3634ec0b517d3d89295eb;hpb=e822f505be95ac8c30c7b535a7b48c05ed0c1293;p=lttng-ust.git diff --git a/tests/fork/Makefile.am b/tests/fork/Makefile.am index 5c936853..1898f219 100644 --- a/tests/fork/Makefile.am +++ b/tests/fork/Makefile.am @@ -2,9 +2,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/include noinst_PROGRAMS = fork fork2 fork_SOURCES = fork.c ust_tests_fork.h -fork_LDADD = $(top_builddir)/libust/libust.la +fork_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libustfork/libustfork.la fork2_SOURCES = fork2.c -fork2_LDADD = $(top_builddir)/libust/libust.la +fork2_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libustfork/libustfork.la noinst_SCRIPTS = run EXTRA_DIST = run