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