summaryrefslogtreecommitdiffstats
path: root/kioslave/audiocd
diff options
context:
space:
mode:
Diffstat (limited to 'kioslave/audiocd')
-rw-r--r--kioslave/audiocd/kcmaudiocd/Makefile.am2
-rw-r--r--kioslave/audiocd/plugins/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/kioslave/audiocd/kcmaudiocd/Makefile.am b/kioslave/audiocd/kcmaudiocd/Makefile.am
index 962c3fa0..73d6be2d 100644
--- a/kioslave/audiocd/kcmaudiocd/Makefile.am
+++ b/kioslave/audiocd/kcmaudiocd/Makefile.am
@@ -3,7 +3,7 @@ kde_module_LTLIBRARIES = kcm_audiocd.la
kcm_audiocd_la_SOURCES = audiocdconfig.ui kcmaudiocd.cpp
kcm_audiocd_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
-kcm_audiocd_la_LIBADD = ../plugins/libaudiocdplugins.la $(LIB_KDEUI)
+kcm_audiocd_la_LIBADD = ../plugins/libaudiocdplugins.la $(LIB_TDEUI)
INCLUDES = -I$(srcdir)/../plugins -I$(top_srcdir)/libkcddb $(all_includes)
diff --git a/kioslave/audiocd/plugins/Makefile.am b/kioslave/audiocd/plugins/Makefile.am
index 2dd4589c..4dca0d30 100644
--- a/kioslave/audiocd/plugins/Makefile.am
+++ b/kioslave/audiocd/plugins/Makefile.am
@@ -8,7 +8,7 @@ INCLUDES = -I$(top_srcdir)/libkcddb $(all_includes)
lib_LTLIBRARIES = libaudiocdplugins.la
-libaudiocdplugins_la_LIBADD = $(LIB_KDECORE) $(top_builddir)/libkcddb/libkcddb.la
+libaudiocdplugins_la_LIBADD = $(LIB_TDECORE) $(top_builddir)/libkcddb/libkcddb.la
libaudiocdplugins_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined