Change libtap.so to a local static library which is not installed
[ust.git] / tests / libustctl_function_tests / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/
2
3noinst_PROGRAMS = libustctl_function_tests
4libustctl_function_tests_SOURCES = libustctl_function_tests.c
5libustctl_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 \
9 -lpthread
10
This page took 0.021508 seconds and 4 git commands to generate.