diff options
author | Michele Calgaro <[email protected]> | 2018-09-17 23:20:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-17 23:20:20 +0900 |
commit | 5622e38cfed4b81a1b535c32148e57109bcfca4e (patch) | |
tree | 50a5deb7c9a4a2e389995dd79c05775fed1cdc1d /src/sources | |
parent | 58c41f5148677e7b87269625f941085ab1dd05f5 (diff) | |
download | kima-5622e38cfed4b81a1b535c32148e57109bcfca4e.tar.gz kima-5622e38cfed4b81a1b535c32148e57109bcfca4e.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/sources')
-rw-r--r-- | src/sources/Makefile.am | 2 |
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 \ |