diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:03 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:03 +0900 |
commit | f0e2cb3e0bbf5d855a6106359778bce2bd9c61bb (patch) | |
tree | 41034f48aa950385be3d5d2265062246bdcab388 /smoke/tqt/Makefile.in | |
parent | 9ca495bd2717a0d0653cdd227b2682ac4fc0cd9c (diff) | |
download | libtqt-perl-f0e2cb3e.tar.gz libtqt-perl-f0e2cb3e.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'smoke/tqt/Makefile.in')
-rw-r--r-- | smoke/tqt/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smoke/tqt/Makefile.in b/smoke/tqt/Makefile.in index d2e8932..6f4d628 100644 --- a/smoke/tqt/Makefile.in +++ b/smoke/tqt/Makefile.in @@ -105,7 +105,7 @@ LIBUTIL = @LIBUTIL@ LIBZ = @LIBZ@ LIB_POLL = @LIB_POLL@ LIB_TQPE = @LIB_TQPE@ -LIB_QT = @LIB_QT@ +LIB_TQT = @LIB_TQT@ LIB_X11 = @LIB_X11@ LIB_XEXT = @LIB_XEXT@ LN_S = @LN_S@ @@ -206,7 +206,7 @@ EXTRA_DIST = generate.pl.in qtguess.pl.in qt_smoke.h Makefile.am Makefile.in libsmoketqt_la_LDFLAGS = -version-info 3:1:2 -no-undefined $(KDE_NO_UNDEFINED) $(all_libraries) $(GL_CFLAGS) $(KDE_RPATH) # the libraries to link against. -libsmoketqt_la_LIBADD = $(LIB_QT) $(GL_LIBS) +libsmoketqt_la_LIBADD = $(LIB_TQT) $(GL_LIBS) # which sources should be compiled for perlqtkde libsmoketqt_la_SOURCES = smokedata.cpp x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \ |