summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:20 +0900
commit5622e38cfed4b81a1b535c32148e57109bcfca4e (patch)
tree50a5deb7c9a4a2e389995dd79c05775fed1cdc1d
parent58c41f5148677e7b87269625f941085ab1dd05f5 (diff)
downloadkima-5622e38c.tar.gz
kima-5622e38c.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/sources/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/Makefile.am b/src/sources/Makefile.am
index ed4262e..7ca0271 100644
--- a/src/sources/Makefile.am
+++ b/src/sources/Makefile.am
@@ -1,7 +1,7 @@
INCLUDES = -I$(top_srcdir)/src/cpufreqd -I$(top_srcdir)/src/sources $(all_includes)
METASOURCES = AUTO
libsources_la_LDFLAGS = $(all_libraries)
-libsources_la_LIBADD = $(LIB_QT) $(LIB_TDECORE)
+libsources_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE)
noinst_LTLIBRARIES = libsources.la
libsources_la_SOURCES = acpithermalsrc.cpp batterysrc.cpp cpuinfofreqsrc.cpp \
hddtempsrc.cpp hwmonfansrc.cpp hwmonthermalsrc.cpp i8ksrc.cpp ibmacpifansrc.cpp \