diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-18 22:58:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-21 19:17:27 +0900 |
commit | 45505b78efcaf13c9741899b47a471270aeabd97 (patch) | |
tree | 8afc4a112bde09d3d00c4ee971b1ea8c92113dd1 /smoke/tqt/Makefile.am | |
parent | 10ee12b66a226f890b423ab711e17efd04bd2f70 (diff) | |
download | libtqt-perl-bug/266/move-to-usr.tar.gz libtqt-perl-bug/266/move-to-usr.zip |
smoke's qt -> tqt renaming. This relates to bug 266.bug/266/move-to-usr
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'smoke/tqt/Makefile.am')
-rw-r--r-- | smoke/tqt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke/tqt/Makefile.am b/smoke/tqt/Makefile.am index 7454a91..df5d151 100644 --- a/smoke/tqt/Makefile.am +++ b/smoke/tqt/Makefile.am @@ -3,7 +3,7 @@ lib_LTLIBRARIES = libsmoketqt.la # set the include path for X, qt and KDE INCLUDES = -I$(srcdir)/.. $(all_includes) -EXTRA_DIST=generate.pl.in qtguess.pl.in qt_smoke.h Makefile.am Makefile.in +EXTRA_DIST=generate.pl.in tqtguess.pl.in tqt_smoke.h Makefile.am Makefile.in # the library search path. libsmoketqt_la_LDFLAGS = -version-info 3:1:2 -no-undefined $(all_libraries) $(GL_CFLAGS) $(KDE_RPATH) |