diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-01-28 19:22:02 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-01-28 19:22:02 (GMT) |
commit | bf5eeb8966fad58381718e1e8f1c6be9f486ee8d (patch) | |
tree | d34703a2ac25d5993d246cb8a03f3d8c1986e3ce /ds9/unix/Makefile.in | |
parent | 1b724fc3fe02a7409b930cca684201f452593560 (diff) | |
download | blt-bf5eeb8966fad58381718e1e8f1c6be9f486ee8d.zip blt-bf5eeb8966fad58381718e1e8f1c6be9f486ee8d.tar.gz blt-bf5eeb8966fad58381718e1e8f1c6be9f486ee8d.tar.bz2 |
simplify build
Diffstat (limited to 'ds9/unix/Makefile.in')
-rw-r--r-- | ds9/unix/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ds9/unix/Makefile.in b/ds9/unix/Makefile.in index d55285e..b1d380b 100644 --- a/ds9/unix/Makefile.in +++ b/ds9/unix/Makefile.in @@ -82,8 +82,12 @@ FILES = \ $(APPDIR)/tcl8 \ $(APPDIR)/tk$(TCL_VERSION) \ $(APPDIR)/tkblt \ - $(APPDIR)/tcllib \ $(APPDIR)/tkcon \ + $(APPDIR)/base64 \ + $(APPDIR)/ftp \ + $(APPDIR)/log \ + $(APPDIR)/textutil \ + $(APPDIR)/math \ $(APPDIR)/library \ $(APPDIR)/msgs \ $(APPDIR)/doc \ |