summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-25 17:00:29 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-25 17:00:29 +0200
commit5d316076536b77425a1c825e0d07b73b545f7f72 (patch)
treef3f7e57c2c39fd3520423bc94a7910467330dbe7
parent93c2d94862a0535f76bd03e6313ea3aa736d0e2d (diff)
downloadksensors-5d316076.tar.gz
ksensors-5d316076.zip
Fix unintended renaming of LIB_QT
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7b82db2..525455c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,7 +43,7 @@ ksensors_SOURCES = main.cpp ksensors.cpp aboutcfgdesign.ui \
systemcfg.cpp systemcfgdesign.ui uptimepanel.cpp
ksensors_LDFLAGS = $(TDE_RPATH) $(all_libraries)
-ksensors_LDADD = $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT) -lsensors -lm
+ksensors_LDADD = $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) -lsensors -lm
# this is where the desktop file will go
shelldesktopdir = $(kde_appsdir)/Utilities