From 1a47b54ec9098103c707deabbc8ff74a3bfa3f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sun, 15 Jan 2006 14:22:00 +0000 Subject: [PATCH] fix problem: build bindings libs as real LT libs and not convenience libs(ar format) with some automake/libtool git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2060 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- bindings/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 56103c5c2..2a6382b0c 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -114,7 +114,7 @@ uninstall-py: ########################################## -EXTRA_LTLIBRARIES = $(tcl_ltlib) $(python_ltlib) +lib_LTLIBRARIES = $(tcl_ltlib) $(python_ltlib) all-local: @BINDING_ALL@