From 798dc7e402ede2b7ce4ec2cfab3f230e54c564c7 Mon Sep 17 00:00:00 2001 From: William Joye Date: Wed, 20 Mar 2019 16:49:32 -0400 Subject: upgrade tkimg 1.4.9 --- tkimg/gif/Makefile.in | 1 + tkimg/jpeg/Makefile.in | 1 + tkimg/png/Makefile.in | 1 + tkimg/tiff/Makefile.in | 1 + tkimg/window/Makefile.in | 1 + 5 files changed, 5 insertions(+) diff --git a/tkimg/gif/Makefile.in b/tkimg/gif/Makefile.in index 0a86918..abd2b20 100755 --- a/tkimg/gif/Makefile.in +++ b/tkimg/gif/Makefile.in @@ -433,6 +433,7 @@ install-lib-binaries: echo " Install pkgIndex.tcl $(DESTDIR)$(pkglibdir)"; \ $(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir); \ fi + $(INSTALL_DATA) tkimggifConfig.sh $(DESTDIR)$(libdir) #======================================================================== # Install binary executables (e.g. .exe files and dependent .dll files) diff --git a/tkimg/jpeg/Makefile.in b/tkimg/jpeg/Makefile.in index 727743f..2edfbbd 100755 --- a/tkimg/jpeg/Makefile.in +++ b/tkimg/jpeg/Makefile.in @@ -437,6 +437,7 @@ install-lib-binaries: echo " Install pkgIndex.tcl $(DESTDIR)$(pkglibdir)"; \ $(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir); \ fi + $(INSTALL_DATA) tkimgjpegConfig.sh $(DESTDIR)$(libdir) #======================================================================== # Install binary executables (e.g. .exe files and dependent .dll files) diff --git a/tkimg/png/Makefile.in b/tkimg/png/Makefile.in index 6406eef..bb1ee14 100755 --- a/tkimg/png/Makefile.in +++ b/tkimg/png/Makefile.in @@ -441,6 +441,7 @@ install-lib-binaries: echo " Install pkgIndex.tcl $(DESTDIR)$(pkglibdir)"; \ $(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir); \ fi + $(INSTALL_DATA) tkimgpngConfig.sh $(DESTDIR)$(libdir) #======================================================================== # Install binary executables (e.g. .exe files and dependent .dll files) diff --git a/tkimg/tiff/Makefile.in b/tkimg/tiff/Makefile.in index 3e5ebda..327c274 100755 --- a/tkimg/tiff/Makefile.in +++ b/tkimg/tiff/Makefile.in @@ -445,6 +445,7 @@ install-lib-binaries: echo " Install pkgIndex.tcl $(DESTDIR)$(pkglibdir)"; \ $(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir); \ fi + $(INSTALL_DATA) tkimgtiffConfig.sh $(DESTDIR)$(libdir) #======================================================================== # Install binary executables (e.g. .exe files and dependent .dll files) diff --git a/tkimg/window/Makefile.in b/tkimg/window/Makefile.in index b197ca0..e4bc039 100755 --- a/tkimg/window/Makefile.in +++ b/tkimg/window/Makefile.in @@ -436,6 +436,7 @@ install-lib-binaries: echo " Install pkgIndex.tcl $(DESTDIR)$(pkglibdir)"; \ $(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir); \ fi + $(INSTALL_DATA) tkimgwindowConfig.sh $(DESTDIR)$(libdir) #======================================================================== # Install binary executables (e.g. .exe files and dependent .dll files) -- cgit v0.12