Change libtap.so to a local static library which is not installed
[ust.git] / tests / libustctl_function_tests / Makefile.am
index 723b456a4a7d697bd7dd9a5675760c826a6fb88a..0446e86ed0caa1c15d535a4eaeaeac1046879d87 100644 (file)
@@ -5,6 +5,6 @@ libustctl_function_tests_SOURCES = libustctl_function_tests.c
 libustctl_function_tests_LDADD = $(top_builddir)/libust/libust.la \
        $(top_builddir)/libustctl/libustctl.la \
        $(top_builddir)/libust-initializer.o \
-       $(top_builddir)/tests/libtap.la \
+       $(top_builddir)/tests/libtap.a \
        -lpthread
 
This page took 0.022514 seconds and 4 git commands to generate.