summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorstorri <storri@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-06 20:04:00 +0000
committerstorri <storri@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-06 20:04:00 +0000
commit3fed8894300371ca59833d5e2171fd69f44baab0 (patch)
treebe99a7aa70ac0d635bc013b6e48c7a49a9dd930e /configure.ac
parent8875da355058f4db4dc53293c9ccce06eb561e86 (diff)
downloadATCD-autotools.tar.gz
Minor cosmetic Makefile changes for new automake macros.autotools
Allow netsvcs and man directories to be built
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac21
1 files changed, 17 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index fd0d579def2..288473b9659 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7333,10 +7333,6 @@ dnl We can finally create all the files listed here; Makefile is
dnl created from Makefile.in, etc. Top-level Makefiles should be
dnl created first.
-dnl Makefile
-dnl ace/Makefile
-dnl apps/Makefile
-dnl apps/gperf/Makefile
dnl apps/gperf/src/Makefile
dnl man/Makefile
dnl man/man3/Makefile
@@ -7369,6 +7365,23 @@ AC_CONFIG_FILES([
apps/Makefile
apps/gperf/Makefile
apps/gperf/src/Makefile
+ man/Makefile
+ man/man3/Makefile
+ netsvcs/Makefile
+ netsvcs/clients/Makefile
+ netsvcs/clients/Logger/Makefile
+ netsvcs/clients/Naming/Makefile
+ netsvcs/clients/Naming/Client/Makefile
+ netsvcs/clients/Naming/Dump_Restore/Makefile
+ netsvcs/clients/Tokens/Makefile
+ netsvcs/clients/Tokens/collection/Makefile
+ netsvcs/clients/Tokens/deadlock/Makefile
+ netsvcs/clients/Tokens/invariant/Makefile
+ netsvcs/clients/Tokens/manual/Makefile
+ netsvcs/clients/Tokens/mutex/Makefile
+ netsvcs/clients/Tokens/rw_lock/Makefile
+ netsvcs/lib/Makefile
+ netsvcs/servers/Makefile
tests/Makefile
])