diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-08-05 19:24:56 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-05 19:24:56 +0200 |
commit | 023e7b38d9438a4262e6b46d9dbb9345597359a5 (patch) | |
tree | cd325ca5d2b3549401ad3f99f8dab812c23eef2b /arts/modules/common | |
parent | 7da06e558a75c035ea881347e9da69ef9ee57927 (diff) | |
download | tdemultimedia-023e7b38d9438a4262e6b46d9dbb9345597359a5.tar.gz tdemultimedia-023e7b38d9438a4262e6b46d9dbb9345597359a5.zip |
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
Diffstat (limited to 'arts/modules/common')
-rw-r--r-- | arts/modules/common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/modules/common/Makefile.am b/arts/modules/common/Makefile.am index 7ff082db..46839022 100644 --- a/arts/modules/common/Makefile.am +++ b/arts/modules/common/Makefile.am @@ -25,7 +25,7 @@ libartsmodulescommon_la_LIBADD = \ $(top_builddir)/arts/gui/common/libartsgui_idl.la \ $(top_builddir)/arts/midi/libartsmidi_idl.la \ $(top_builddir)/arts/modules/synth/libartsmodulessynth.la \ - -lartsflow -lartsflow_idl -lmcop $(LIB_TDECORE) + -lartsflow -lartsflow_idl -lmcop $(LIB_TDECORE) $(LIB_QT) $(VORBISFILE_LIBS) -lgthread-2.0 libartsmodulescommon_la_LDFLAGS = $(all_libraries) -L$(arts_libraries) -no-undefined |