X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Ffork%2FMakefile.am;h=ef93b6f9bbf19eca9ae00ef3db325c8930613075;hb=HEAD;hp=79fe085ebe3c4c736b3db16fedffa1e2f842792b;hpb=41ba580690b344ef9c4bbcdf2be9cd5668ccc305;p=ust.git diff --git a/tests/fork/Makefile.am b/tests/fork/Makefile.am index 79fe085..ef93b6f 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 -fork_LDADD = $(top_builddir)/libust/libust.la +fork_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o fork2_SOURCES = fork2.c -fork2_LDADD = $(top_builddir)/libust/libust.la +fork2_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o noinst_SCRIPTS = run EXTRA_DIST = run