diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-11-22 08:33:29 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-11-22 08:33:29 +0000 |
commit | d55a5826e81136a9ecf65c4cd407152a56684dc2 (patch) | |
tree | 109ad44c75cee890ad5e98583e12b15b5e65a18e /makefile.dist | |
parent | a2b780bf7a78c66d54a248fa99b5fc862c12a127 (diff) | |
download | luasocket-d55a5826e81136a9ecf65c4cd407152a56684dc2.tar.gz luasocket-d55a5826e81136a9ecf65c4cd407152a56684dc2.tar.bz2 luasocket-d55a5826e81136a9ecf65c4cd407152a56684dc2.zip |
Few tweaks in installation, some missing files, etc.
Diffstat (limited to 'makefile.dist')
-rw-r--r-- | makefile.dist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile.dist b/makefile.dist index 54a9751..aefb41c 100644 --- a/makefile.dist +++ b/makefile.dist | |||
@@ -1,13 +1,12 @@ | |||
1 | #-------------------------------------------------------------------------- | 1 | #-------------------------------------------------------------------------- |
2 | # Distribution makefile | 2 | # Distribution makefile |
3 | #-------------------------------------------------------------------------- | 3 | #-------------------------------------------------------------------------- |
4 | |||
5 | DIST = luasocket-2.0 | 4 | DIST = luasocket-2.0 |
6 | 5 | ||
7 | COMPAT = src/compat-5.1r4 | 6 | COMPAT = src/compat-5.1r4 |
8 | 7 | ||
9 | |||
10 | TEST = \ | 8 | TEST = \ |
9 | test/README \ | ||
11 | test/testclnt.lua \ | 10 | test/testclnt.lua \ |
12 | test/testsrvr.lua \ | 11 | test/testsrvr.lua \ |
13 | test/testsupport.lua | 12 | test/testsupport.lua |
@@ -33,12 +32,12 @@ ETC = \ | |||
33 | etc/eol.lua \ | 32 | etc/eol.lua \ |
34 | etc/forward.lua \ | 33 | etc/forward.lua \ |
35 | etc/get.lua \ | 34 | etc/get.lua \ |
36 | etc/links \ | ||
37 | etc/lp.lua \ | 35 | etc/lp.lua \ |
38 | etc/qp.lua \ | 36 | etc/qp.lua \ |
39 | etc/tftp.lua | 37 | etc/tftp.lua |
40 | 38 | ||
41 | SRC = \ | 39 | SRC = \ |
40 | src/makefile \ | ||
42 | src/auxiliar.c \ | 41 | src/auxiliar.c \ |
43 | src/auxiliar.h \ | 42 | src/auxiliar.h \ |
44 | src/buffer.c \ | 43 | src/buffer.c \ |
@@ -108,6 +107,7 @@ dist: | |||
108 | mkdir -p $(DIST) | 107 | mkdir -p $(DIST) |
109 | cp -vf NEW $(DIST) | 108 | cp -vf NEW $(DIST) |
110 | cp -vf LICENSE $(DIST) | 109 | cp -vf LICENSE $(DIST) |
110 | cp -vf README $(DIST) | ||
111 | cp -vf $(MAKE) $(DIST) | 111 | cp -vf $(MAKE) $(DIST) |
112 | 112 | ||
113 | mkdir -p $(DIST)/etc | 113 | mkdir -p $(DIST)/etc |