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:34:03 +0200 |
commit | a0891554e8ef571e53cad4b8da9409a2338328e9 (patch) | |
tree | e5fac629a6d573d003a534b6320c9875b2a882a4 /arts/modules/synth | |
parent | 14c32f36c7a442404fbb7377691cbafa6b0f1c0e (diff) | |
download | tdemultimedia-a0891554e8ef571e53cad4b8da9409a2338328e9.tar.gz tdemultimedia-a0891554e8ef571e53cad4b8da9409a2338328e9.zip |
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
(cherry picked from commit 023e7b38d9438a4262e6b46d9dbb9345597359a5)
Diffstat (limited to 'arts/modules/synth')
-rw-r--r-- | arts/modules/synth/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/modules/synth/Makefile.am b/arts/modules/synth/Makefile.am index e977fa85..1c0c8bf4 100644 --- a/arts/modules/synth/Makefile.am +++ b/arts/modules/synth/Makefile.am @@ -31,7 +31,7 @@ libartsmodulessynth_la_COMPILE_FIRST = artsmodulessynth.h ../../midi/artsmidi.h libartsmodulessynth_la_LIBADD = \ $(top_builddir)/arts/runtime/libartsbuilder.la \ $(top_builddir)/arts/midi/libartsmidi_idl.la \ - -lartsflow -lartsgsl -lartsflow_idl -lmcop + -lartsflow -lartsgsl -lartsflow_idl -lmcop -lglib-2.0 #libartsmodulessynth_la_LIBADD = $(top_builddir)/arts/gui/common/libartsgui_idl.la $(top_builddir)/arts/midi/libartsmidi_idl.la -lartsflow -lartsflow_idl -lmcop $(LIBDL) $(LIB_KDEUI) $(LIB_KDECORE) libartsmodulessynth_la_LDFLAGS = $(all_libraries) -L$(arts_libraries) -lartsflow -lartsgsl -no-undefined |