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