Fix: libcompat should be noinst (statically linked)
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 8 Jul 2013 21:55:34 +0000 (17:55 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 8 Jul 2013 21:55:34 +0000 (17:55 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
compat/Makefile.am

index 79be1c8141a0ce09f56a3ab9ec7f6fb792810500..85aee86cd6e1e407d0c87e33cc6ef117e50e61b7 100644 (file)
@@ -1,6 +1,6 @@
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
-lib_LTLIBRARIES = libcompat.la
+noinst_LTLIBRARIES = libcompat.la
 
 libcompat_la_SOURCES =
 
 
 libcompat_la_SOURCES =
 
This page took 0.023806 seconds and 4 git commands to generate.