summaryrefslogtreecommitdiffstats
path: root/amarok/src/mediadevice/daap
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/mediadevice/daap')
-rw-r--r--amarok/src/mediadevice/daap/Makefile.am2
-rw-r--r--amarok/src/mediadevice/daap/daapreader/Makefile.am6
-rw-r--r--amarok/src/mediadevice/daap/daapreader/authentication/Makefile.am6
3 files changed, 7 insertions, 7 deletions
diff --git a/amarok/src/mediadevice/daap/Makefile.am b/amarok/src/mediadevice/daap/Makefile.am
index 082b4a6d..1aa46a10 100644
--- a/amarok/src/mediadevice/daap/Makefile.am
+++ b/amarok/src/mediadevice/daap/Makefile.am
@@ -17,7 +17,7 @@ METASOURCES = AUTO
libamarok_daap_mediadevice_la_LIBADD = \
$(top_builddir)/amarok/src/libamarok.la \
$(top_builddir)/amarok/src/mediadevice/daap/daapreader/libdaapreader.la \
- $(DNSSD_LIBS) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_KIO) $(LIB_QT)
+ $(DNSSD_LIBS) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_KIO) $(LIB_QT)
libamarok_daap_mediadevice_la_LDFLAGS = \
$(KDE_PLUGIN) \
diff --git a/amarok/src/mediadevice/daap/daapreader/Makefile.am b/amarok/src/mediadevice/daap/daapreader/Makefile.am
index b7082ff6..cb5505c0 100644
--- a/amarok/src/mediadevice/daap/daapreader/Makefile.am
+++ b/amarok/src/mediadevice/daap/daapreader/Makefile.am
@@ -8,11 +8,11 @@ libdaapreader_la_SOURCES = reader.cpp
libdaapreader_la_LIBADD = \
$(LIB_QT) \
- $(LIB_KDECORE) \
- $(LIB_KDEUI) \
+ $(LIB_TDECORE) \
+ $(LIB_TDEUI) \
$(top_builddir)/amarok/src/mediadevice/daap/daapreader/authentication/libauthentication.la
-libdaapreader_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+libdaapreader_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
METASOURCES = AUTO
diff --git a/amarok/src/mediadevice/daap/daapreader/authentication/Makefile.am b/amarok/src/mediadevice/daap/daapreader/authentication/Makefile.am
index 6f2b4a06..69042168 100644
--- a/amarok/src/mediadevice/daap/daapreader/authentication/Makefile.am
+++ b/amarok/src/mediadevice/daap/daapreader/authentication/Makefile.am
@@ -12,10 +12,10 @@ libauthentication_la_SOURCES = contentfetcher.cpp md5.c hasher.c
libauthentication_la_LIBADD = \
$(LIB_QT) \
- $(LIB_KDECORE) \
- $(LIB_KDEUI)
+ $(LIB_TDECORE) \
+ $(LIB_TDEUI)
-libauthentication_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+libauthentication_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
METASOURCES = AUTO