summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-01 14:02:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-01 14:02:34 +0000
commitc17b5faf786f0dac8841a3f665b80044a64901f0 (patch)
tree20fa95c2754d666dbc96583471ff8f3819eb8fae
parentd82a57430923b7750ac9455ae8a8cc3d1d68e8f3 (diff)
downloadATCD-c17b5faf786f0dac8841a3f665b80044a64901f0.tar.gz
added etc/ to DIRS, CLONE, and RELEASE_FILES
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c95fc2a8fc8..1a6a3bf572a 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ INFO = README \
VERSION
DIRS = ace \
+ etc \
netsvcs \
tests \
apps \
@@ -23,6 +24,7 @@ CLONE = Makefile \
ace \
apps \
bin \
+ etc \
examples \
include \
netsvcs \
@@ -70,6 +72,7 @@ RELEASE_FILES = ACE_wrappers/ACE-INSTALL.html \
ACE_wrappers/ace \
ACE_wrappers/apps \
ACE_wrappers/bin \
+ ACE_wrappers/etc \
ACE_wrappers/examples \
ACE_wrappers/include \
ACE_wrappers/man \