add missing tests/basic and tests/fork
[ust.git] / tests / fork / Makefile.am
CommitLineData
48c56fcf
PMF
1INCLUDES = -I$(top_builddir)/share -I$(top_builddir)/libust \
2 $(KCOMPAT_CFLAGS) $(URCU_CFLAGS)
3
4noinst_PROGRAMS = fork
5fork_SOURCES = fork.c
6fork_LDADD = $(top_builddir)/libust/libust.la $(URCU_LIBS)
7
8noinst_SCRIPTS = run
9EXTRA_DIST = run
This page took 0.022319 seconds and 4 git commands to generate.