X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Ffork%2FMakefile.am;fp=tests%2Ffork%2FMakefile.am;h=4813bf8c9ab3376cdde9dfa2e7b2516191e509ca;hb=e55f3ac9cbde0a19842f003f904f2731d88f2a3c;hp=100cd367deb32e7129a4653c3fdfacc1312263a2;hpb=00c475d60474005a643313f8f80f23ac908d8ae4;p=ust.git diff --git a/tests/fork/Makefile.am b/tests/fork/Makefile.am index 100cd36..4813bf8 100644 --- a/tests/fork/Makefile.am +++ b/tests/fork/Makefile.am @@ -1,9 +1,11 @@ INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \ $(KCOMPAT_CFLAGS) $(URCU_CFLAGS) -noinst_PROGRAMS = fork +noinst_PROGRAMS = fork fork2 fork_SOURCES = fork.c fork_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS) +fork2_SOURCES = fork2.c +fork2_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS) noinst_SCRIPTS = run EXTRA_DIST = run