1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/
3 noinst_PROGRAMS = libustctl_function_tests
4 libustctl_function_tests_SOURCES = libustctl_function_tests.c
5 libustctl_function_tests_LDADD = $(top_builddir)/libust/libust.la \
6 $(top_builddir)/libustctl/libustctl.la \
7 $(top_builddir)/libust-initializer.o \
8 $(top_builddir)/tests/libtap.a \