Change libtap.so to a local static library which is not installed
[ust.git] / tests / Makefile.am
index 43fb2036f3c080406527327c4051e019efa325a3..83119805714186dbbe8982a371987c2a5f5fb485 100644 (file)
@@ -2,13 +2,9 @@ SUBDIRS = . hello hello2 basic basic_long fork simple_include snprintf test-neve
 
 dist_noinst_SCRIPTS = test_loop runtests trace_matches
 
-lib_LTLIBRARIES = libtap.la
+noinst_LIBRARIES = libtap.a
 
-libtap_la_SOURCES = \
+libtap_a_SOURCES = \
        tap.c \
        tap.h
 
-libtap_la_LDFLAGS = -no-undefined -version-info 0:0:0
-
-libtap_la_LIBADD = \
-       -lpthread
\ No newline at end of file
This page took 0.022912 seconds and 4 git commands to generate.