update build system to find automatically installed kcompat and urcu
[ust.git] / tests / fork / Makefile.am
CommitLineData
8624c549 1INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust
48c56fcf 2
e55f3ac9 3noinst_PROGRAMS = fork fork2
48c56fcf 4fork_SOURCES = fork.c
8624c549 5fork_LDADD = $(top_builddir)/libust/libust.la
e55f3ac9 6fork2_SOURCES = fork2.c
8624c549 7fork2_LDADD = $(top_builddir)/libust/libust.la
48c56fcf
PMF
8
9noinst_SCRIPTS = run
10EXTRA_DIST = run
This page took 0.023377 seconds and 4 git commands to generate.