summaryrefslogtreecommitdiffstats
path: root/arts/modules
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:46:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:46:54 -0600
commitffba74342b21eae1bda25ef4816415b71d0dcd6a (patch)
tree47ba1cef053ee8cefcbaeef1d38695673311b4d8 /arts/modules
parentbc666a19ca87f1f606898fd9da4f5847e89ac0e1 (diff)
downloadtdemultimedia-ffba74342b21eae1bda25ef4816415b71d0dcd6a.tar.gz
tdemultimedia-ffba74342b21eae1bda25ef4816415b71d0dcd6a.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'arts/modules')
-rw-r--r--arts/modules/Makefile.am2
-rw-r--r--arts/modules/common/Makefile.am2
-rw-r--r--arts/modules/synth/Makefile.am2
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)