summaryrefslogtreecommitdiffstats
path: root/arts/runtime
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-08-05 19:24:56 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-08-05 19:24:56 +0200
commit023e7b38d9438a4262e6b46d9dbb9345597359a5 (patch)
treecd325ca5d2b3549401ad3f99f8dab812c23eef2b /arts/runtime
parent7da06e558a75c035ea881347e9da69ef9ee57927 (diff)
downloadtdemultimedia-023e7b38d9438a4262e6b46d9dbb9345597359a5.tar.gz
tdemultimedia-023e7b38d9438a4262e6b46d9dbb9345597359a5.zip
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
Diffstat (limited to 'arts/runtime')
-rw-r--r--arts/runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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