diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-04-24 16:23:31 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-04-24 16:23:31 (GMT) |
commit | 78693b91d01c3a0ee1a20df0f19dc4b63839484b (patch) | |
tree | a1f8c65da6dea20fafdee02e516284798b852630 /win | |
parent | 73ed1b3d2cdeffe239f2f4b5237cac1a661516b6 (diff) | |
download | blt-78693b91d01c3a0ee1a20df0f19dc4b63839484b.zip blt-78693b91d01c3a0ee1a20df0f19dc4b63839484b.tar.gz blt-78693b91d01c3a0ee1a20df0f19dc4b63839484b.tar.bz2 |
add tls
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 61c70e0..e2c9981 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -36,7 +36,7 @@ DS9APP =SAOImage\ DS9\ $(DS9_VERSION) saods9 : dirs tcl tk \ libxml2 libxslt zlib \ - tcliis tclxml xpa \ + tcliis tclxml tls xpa \ tkblt tktable tkimg \ tkmpeg tkhtml1 tkcon \ tkwin \ |