summaryrefslogtreecommitdiffstats
path: root/ds9/win/Makefile.in
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-09 22:15:44 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-09 22:15:44 (GMT)
commite678a25609c415c761d6c6f7fbf2cf69002bf1c8 (patch)
treedc28f11b05facdba8af2ef792f9a895aebac2557 /ds9/win/Makefile.in
parentf6730acf941d984c4f293c98b51406619e91ac98 (diff)
downloadblt-e678a25609c415c761d6c6f7fbf2cf69002bf1c8.zip
blt-e678a25609c415c761d6c6f7fbf2cf69002bf1c8.tar.gz
blt-e678a25609c415c761d6c6f7fbf2cf69002bf1c8.tar.bz2
update TEA 3.10
Diffstat (limited to 'ds9/win/Makefile.in')
-rwxr-xr-xds9/win/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/ds9/win/Makefile.in b/ds9/win/Makefile.in
index ad7096f..75c66d2 100755
--- a/ds9/win/Makefile.in
+++ b/ds9/win/Makefile.in
@@ -27,6 +27,7 @@ tkimg_LIB_SPEC = @tkimg_LIB_SPEC@
tkblt_LIB_SPEC = @tkblt_LIB_SPEC@
tkhtml1_LIB_SPEC= @tkhtml1_LIB_SPEC@
tkmpeg_LIB_SPEC = @tkmpeg_LIB_SPEC@
+tksao_LIB_SPEC = @tksao_LIB_SPEC@
tkwin_LIB_SPEC = @tkwin_LIB_SPEC@
CC = @CC@
@@ -65,7 +66,6 @@ LLIBS = \
$(libdir)/libast.a \
$(libdir)/libast_err.a \
$(libdir)/libast_pal.a \
- $(libdir)/tksao$(TKSAOVER)/tksao10.a \
$(libdir)/Tclxml$(TCLXMLVER)/Tclxml32.a \
$(libdir)/Tktable$(TKTABLEVER)/Tktable210.a \
$(libdir)/tkimgtiff$(TKIMGVER)/libtkimgtiff146.a \
@@ -107,6 +107,7 @@ ds9Base$(EXEEXT): $(OBJS) $(LLIBS)
$(tkblt_LIB_SPEC) \
$(tkhtml1_LIB_SPEC) \
$(tkmpeg_LIB_SPEC) \
+ $(tksao_LIB_SPEC) \
$(tkwin_LIB_SPEC) \
$(TK_STUB_LIB_SPEC) $(TK_LIB_SPEC) \
$(TCL_STUB_LIB_SPEC) $(TCL_LIB_SPEC) \