summaryrefslogtreecommitdiff
path: root/TAO/Makefile.am
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-30 14:25:40 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-09-30 14:25:40 +0000
commit01cc6d49ee555b99fc7571a5468931234fab34bd (patch)
tree80b9732410d7826a6dcc04333b3cf8e004e0b965 /TAO/Makefile.am
parent56d75efb63f38efe3c49df31ad0bfa2173e253ce (diff)
downloadATCD-01cc6d49ee555b99fc7571a5468931234fab34bd.tar.gz
ChangeLogTag: Thu Sep 30 07:19:02 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/Makefile.am')
-rw-r--r--TAO/Makefile.am10
1 files changed, 2 insertions, 8 deletions
diff --git a/TAO/Makefile.am b/TAO/Makefile.am
index 75b66ba6476..31a4fdd65a9 100644
--- a/TAO/Makefile.am
+++ b/TAO/Makefile.am
@@ -32,21 +32,15 @@ EXTRA_DIST = \
LICENSE.sun \
README.sun \
tao-config.in \
- tao-config.1.in \
- taoConf.sh.in
+ tao-config.1.in
-DISTCLEANFILES = tao-config taoConf.sh tao-config.1
+DISTCLEANFILES = tao-config tao-config.1
## release:
## $(MAKE) dist distdir=$(PACKAGE)$(VERSION)
release:
$(MAKE) dist
-## Put `exec' in the name because this should be installed by
-## `install-exec', not `install-data'.
-confexecdir=$(libdir)
-confexec_DATA = taoConf.sh
-
## Directories to include in the distribution but which I am too lazy to
## create Makefile.am files for. A Makefile.am for these directories isn't
## needed anyway.