summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-12-04 21:34:21 -0700
committerWill Estes <westes575@gmail.com>2012-12-06 08:50:35 -0500
commitb0ccdd451b88a1ba8f83508223e8c50bd52e859d (patch)
treea542297053d28fe15539d297eb3035f514e0333a /lib
parenta7a9e22dbb3a07ed6531775af88ddadafacb5f8a (diff)
Build libfl and libcompat using libtool; resolves #3586814
Signed-off-by: Will Estes <westes575@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 53b4d48..391465f 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,4 +1,4 @@
-noinst_LIBRARIES = libcompat.a
-libcompat_a_SOURCES = lib.c
-libcompat_a_LIBADD = $(LIBOBJS)
+noinst_LTLIBRARIES = libcompat.la
+libcompat_la_SOURCES = lib.c
+libcompat_la_LIBADD = $(LIBOBJS)