From b77e46dd2dd4fdacd9305d33e75ba0eed6a9bae8 Mon Sep 17 00:00:00 2001 From: welch Date: Sun, 23 Jul 2000 04:47:56 +0000 Subject: Installing more .h files for TclPro FossilOrigin-Name: 600cde9992eabeac1eaff44fdba84a9c91822f54 --- unix/Makefile.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/unix/Makefile.in b/unix/Makefile.in index 6e04186..874277e 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.45 2000/04/25 21:00:07 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.45.2.1 2000/07/23 04:47:57 welch Exp $ # Current Tk version; used in various names. @@ -346,6 +346,11 @@ HDRS = bltList.h \ default.h ks_names.h tkPatch.h tk.h tkButton.h tkCanvas.h tkInt.h \ tkPort.h tkScrollbar.h tkText.h +INSTALL_HDRS = $(GENERIC_DIR)/tk.h \ + $(GENERIC_DIR)/tkInt.h \ + $(GENERIC_DIR)/tkDecls.h \ + $(GENERIC_DIR)/tkIntXlibDecls.h + DEMOPROGS = browse hello ixset rmt rolodex square tcolor timer widget all: binaries libraries doc @@ -484,7 +489,7 @@ install-libraries: chmod +x $(UNIX_DIR)/install-sh; \ fi @echo "Installing header files"; - @for i in $(GENERIC_DIR)/tk.h $(GENERIC_DIR)/tkDecls.h ; \ + @for i in $(INSTALL_HDRS) ; \ do \ $(INSTALL_DATA) $$i $(INCLUDE_INSTALL_DIR); \ done; -- cgit v0.12