add fork2
[ust.git] / tests / fork / Makefile.am
1 INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \
2 $(KCOMPAT_CFLAGS) $(URCU_CFLAGS)
3
4 noinst_PROGRAMS = fork fork2
5 fork_SOURCES = fork.c
6 fork_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS)
7 fork2_SOURCES = fork2.c
8 fork2_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS)
9
10 noinst_SCRIPTS = run
11 EXTRA_DIST = run
This page took 0.029718 seconds and 4 git commands to generate.