diff options
Diffstat (limited to 'arts/modules')
-rw-r--r-- | arts/modules/Makefile.am | 2 | ||||
-rw-r--r-- | arts/modules/common/Makefile.am | 2 | ||||
-rw-r--r-- | arts/modules/synth/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arts/modules/Makefile.am b/arts/modules/Makefile.am index 1f5fb09c..d604e8b9 100644 --- a/arts/modules/Makefile.am +++ b/arts/modules/Makefile.am @@ -35,7 +35,7 @@ libartsmodules_la_LIBADD = \ $(top_builddir)/arts/modules/common/libartsmodulescommon.la \ $(top_builddir)/arts/modules/effects/libartsmoduleseffects.la \ $(top_builddir)/arts/modules/mixers/libartsmodulesmixers.la \ - -lartsflow -lmcop $(LIB_KDECORE) $(LIBDL) + -lartsflow -lmcop $(LIB_TDECORE) $(LIBDL) libartsmodules_la_LDFLAGS = $(all_libraries) -L$(arts_libraries) \ -no-undefined diff --git a/arts/modules/common/Makefile.am b/arts/modules/common/Makefile.am index 6742af36..7ff082db 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_KDECORE) + -lartsflow -lartsflow_idl -lmcop $(LIB_TDECORE) libartsmodulescommon_la_LDFLAGS = $(all_libraries) -L$(arts_libraries) -no-undefined diff --git a/arts/modules/synth/Makefile.am b/arts/modules/synth/Makefile.am index e977fa85..e70751e0 100644 --- a/arts/modules/synth/Makefile.am +++ b/arts/modules/synth/Makefile.am @@ -33,7 +33,7 @@ libartsmodulessynth_la_LIBADD = \ $(top_builddir)/arts/midi/libartsmidi_idl.la \ -lartsflow -lartsgsl -lartsflow_idl -lmcop -#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_LIBADD = $(top_builddir)/arts/gui/common/libartsgui_idl.la $(top_builddir)/arts/midi/libartsmidi_idl.la -lartsflow -lartsflow_idl -lmcop $(LIBDL) $(LIB_TDEUI) $(LIB_TDECORE) libartsmodulessynth_la_LDFLAGS = $(all_libraries) -L$(arts_libraries) -lartsflow -lartsgsl -no-undefined artsmodulessynth.cc artsmodulessynth.h artsmodulessynth.mcoptype artsmodulessynth.mcopclass: $(srcdir)/artsmodulessynth.idl $(MCOPIDL) |