summaryrefslogtreecommitdiffstats
path: root/deco/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:41 +0900
commit74710dd0a1f370a47728fb86e0a6dd2c5e3f8da7 (patch)
treef9d8e4a9955285aedb9bc9e0169248b297b5b85d /deco/Makefile.am
parent7a11597b82851685861e1cb00040d610a559fbad (diff)
downloadtde-style-baghira-74710dd0a1f370a47728fb86e0a6dd2c5e3f8da7.tar.gz
tde-style-baghira-74710dd0a1f370a47728fb86e0a6dd2c5e3f8da7.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'deco/Makefile.am')
-rw-r--r--deco/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/deco/Makefile.am b/deco/Makefile.am
index a30efed..84944ad 100644
--- a/deco/Makefile.am
+++ b/deco/Makefile.am
@@ -16,7 +16,7 @@ noinst_HEADERS = baghiraclient.h pixmaps.h masks.h
kde_module_LTLIBRARIES = twin3_baghira.la
twin3_baghira_la_SOURCES = baghiraclient.cc
twin3_baghira_la_LIBADD = $(kde_libraries)/libtdecorations.la
-twin3_baghira_la_LDFLAGS = $(all_libraries) $(LIB_QT) $(KDE_PLUGIN) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx -module
+twin3_baghira_la_LDFLAGS = $(all_libraries) $(LIB_TQT) $(KDE_PLUGIN) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx -module
twin3_baghira_la_METASOURCES = AUTO
DISTCLEANFILES = $(twin3_baghira_la_METASOURCES)