summaryrefslogtreecommitdiffstats
path: root/amarok/src/mediadevice/daap/daapreader/authentication
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/mediadevice/daap/daapreader/authentication')
-rw-r--r--amarok/src/mediadevice/daap/daapreader/authentication/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/mediadevice/daap/daapreader/authentication/Makefile.am b/amarok/src/mediadevice/daap/daapreader/authentication/Makefile.am
index 4b81e98e..54ff1a7c 100644
--- a/amarok/src/mediadevice/daap/daapreader/authentication/Makefile.am
+++ b/amarok/src/mediadevice/daap/daapreader/authentication/Makefile.am
@@ -11,11 +11,11 @@ INCLUDES = \
libauthentication_la_SOURCES = contentfetcher.cpp md5.c hasher.c
libauthentication_la_LIBADD = \
- $(LIB_QT) \
+ $(LIB_TQT) \
$(LIB_TDECORE) \
$(LIB_TDEUI)
-libauthentication_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+libauthentication_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
METASOURCES = AUTO