diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:51 +0900 |
commit | 0c5985ae033c0dcd608c0e2470b4e5260eb464e2 (patch) | |
tree | 9c2e3f57a1b2858cb71b90e4c65e8305359e21ef /tdesu | |
parent | cbe888f1c4ace25d81ecc352c393c9b314c51abd (diff) | |
download | tdelibs-0c5985ae033c0dcd608c0e2470b4e5260eb464e2.tar.gz tdelibs-0c5985ae033c0dcd608c0e2470b4e5260eb464e2.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdesu')
-rw-r--r-- | tdesu/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdesu/Makefile.am b/tdesu/Makefile.am index beec69d29..974c7020d 100644 --- a/tdesu/Makefile.am +++ b/tdesu/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/tdeio/ $(all_includes) lib_LTLIBRARIES = libtdesu.la libtdesu_la_SOURCES = client.cpp process.cpp kcookie.cpp su.cpp ssh.cpp stub.cpp tdesu_pty.cpp libtdesu_la_LDFLAGS = -version-info 6:0:2 -no-undefined $(all_libraries) -libtdesu_la_LIBADD = $(LIB_TDECORE) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la +libtdesu_la_LIBADD = $(LIB_TDECORE) $(LIB_TQT) $(top_builddir)/dcop/libDCOP.la libtdesu_la_NMCHECK = $(srcdir)/libtdesu.nmcheck libtdesu_la_NMCHECKWEAK = $(srcdir)/libtdesu_weak.nmcheck $(top_srcdir)/tdecore/libtdecore_weak.nmcheck \ $(top_srcdir)/dcop/libDCOP_weak.nmcheck $(top_srcdir)/tdecore/libqt-mt_weak.nmcheck |