diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:54 +0900 |
commit | 24467752471e7613f813d03ace3447302673ff85 (patch) | |
tree | e657b4357bca0120613614895922b02720d38115 /ktux/Makefile.am | |
parent | efcf2c89c3884d2280c94ab9c0a2b82c8c48193d (diff) | |
download | tdetoys-24467752471e7613f813d03ace3447302673ff85.tar.gz tdetoys-24467752471e7613f813d03ace3447302673ff85.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ktux/Makefile.am')
-rw-r--r-- | ktux/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktux/Makefile.am b/ktux/Makefile.am index 183d347..85b4660 100644 --- a/ktux/Makefile.am +++ b/ktux/Makefile.am @@ -12,7 +12,7 @@ bin_PROGRAMS = ktux INCLUDES = $(all_includes) # the library search path. -ktux_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +ktux_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor # the libraries to link against. ktux_LDADD = $(LIB_TDEUI) -ltdescreensaver |