From 023e7b38d9438a4262e6b46d9dbb9345597359a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 5 Aug 2012 19:24:56 +0200 Subject: Update autotools for new DSO linkage style Thanks to Francois Andriot for the patch --- arts/runtime/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arts/runtime') diff --git a/arts/runtime/Makefile.am b/arts/runtime/Makefile.am index b10abe7a..d97ad50b 100644 --- a/arts/runtime/Makefile.am +++ b/arts/runtime/Makefile.am @@ -11,7 +11,7 @@ libartsbuilder_la_SOURCES = artsbuilder.cc sequenceutils.cc \ structurebuilder_impl.cc structures_impl.cc moduleinfo.cc \ compatibility.cc localfactory_impl.cc artsbuilderloader_impl.cc -libartsbuilder_la_LIBADD = -lmcop -lartsflow $(LIBDL) +libartsbuilder_la_LIBADD = -lmcop -lartsflow $(LIBDL) -lartsflow_idl libartsbuilder_la_COMPILE_FIRST = artsbuilder.h libartsbuilder_la_LDFLAGS = $(all_libraries) -L$(arts_libraries) \ -no-undefined -- cgit v1.2.1