diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-06 20:00:43 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-06 20:00:43 (GMT) |
commit | 10a4e9d03606700358b37760ffd4ea6505aa4346 (patch) | |
tree | b2b7b66c4c62c901dd446d6ab6fd97fb1cc0b5fb /ds9/unix/Makefile.in | |
parent | fc1d1b545aae000a0b3d9ace4b3b1a001ca5f76e (diff) | |
download | blt-10a4e9d03606700358b37760ffd4ea6505aa4346.zip blt-10a4e9d03606700358b37760ffd4ea6505aa4346.tar.gz blt-10a4e9d03606700358b37760ffd4ea6505aa4346.tar.bz2 |
update TEA 3.10
Diffstat (limited to 'ds9/unix/Makefile.in')
-rw-r--r-- | ds9/unix/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in index 0909294..21dcd84 100644 --- a/ds9/unix/Makefile.in +++ b/ds9/unix/Makefile.in @@ -25,6 +25,7 @@ zlibtcl_LIB_SPEC= @zlibtcl_LIB_SPEC@ tkimg_LIB_SPEC = @tkimg_LIB_SPEC@ tclcheckdns_LIB_SPEC= @tclcheckdns_LIB_SPEC@ +tcliis_LIB_SPEC = @tcliis_LIB_SPEC@ tclzvfs_LIB_SPEC= @tclzvfs_LIB_SPEC@ tkblt_LIB_SPEC = @tkblt_LIB_SPEC@ @@ -91,7 +92,6 @@ LLIBS = \ $(libdir)/tkimggif$(TKIMGVER)/libtkimggif$(TKIMGVER).a \ $(libdir)/tkimgwindow$(TKIMGVER)/libtkimgwindow$(TKIMGVER).a \ $(libdir)/libxpa.a \ - $(libdir)/tcliis$(TCLIISVER)/libtcliis$(TCLIISVER).a \ $(libdir)/tclsignal$(TCLSIGNALVER)/libtclsignal$(TCLSIGNALVER).a @@ -143,6 +143,7 @@ ds9base : $(OBJS) $(LLIBS) $(LLIBS) \ $(LIBS) \ $(tclcheckdns_LIB_SPEC) \ + $(tcliis_LIB_SPEC) \ $(tclzvfs_LIB_SPEC) \ $(tifftcl_LIB_SPEC) \ $(pngtcl_LIB_SPEC) \ |