Move kernelcompat.h to include/ust/ and share.h, usterr.h to include/
[ust.git] / tests / fork / Makefile.am
CommitLineData
fbca6b62 1AM_CPPFLAGS = -I$(top_builddir)/include
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.023555 seconds and 4 git commands to generate.