summaryrefslogtreecommitdiffstats
path: root/kttsd/kttsd/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:56 +0900
commit921a022b2dd1d87299b65233515ec9fb061b9c1c (patch)
tree4ece87d082978ff9108e71502399b787aa8d2eae /kttsd/kttsd/Makefile.am
parent1afc0b92f8d11a227893e9af73ab0158a8dd7382 (diff)
downloadtdeaccessibility-921a022b2dd1d87299b65233515ec9fb061b9c1c.tar.gz
tdeaccessibility-921a022b2dd1d87299b65233515ec9fb061b9c1c.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kttsd/kttsd/Makefile.am')
-rw-r--r--kttsd/kttsd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/kttsd/Makefile.am b/kttsd/kttsd/Makefile.am
index 3dd03ba..58d8a79 100644
--- a/kttsd/kttsd/Makefile.am
+++ b/kttsd/kttsd/Makefile.am
@@ -33,7 +33,7 @@ kttsd_SOURCES = \
filtermgr.cpp \
talkermgr.cpp
-kttsd_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+kttsd_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kttsd_LDADD = \
$(top_builddir)/kttsd/libkttsd/libkttsd.la \
$(LIB_TDECORE) \