Fix: libcompat should be noinst (statically linked)
[babeltrace.git] / compat / Makefile.am
index 79be1c8141a0ce09f56a3ab9ec7f6fb792810500..85aee86cd6e1e407d0c87e33cc6ef117e50e61b7 100644 (file)
@@ -1,6 +1,6 @@
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
-lib_LTLIBRARIES = libcompat.la
+noinst_LTLIBRARIES = libcompat.la
 
 libcompat_la_SOURCES =
 
This page took 0.02278 seconds and 4 git commands to generate.