updated list of makefiles to output

svn path=/trunk/boinc/; revision=1278
This commit is contained in:
Karl Chen 2003-06-03 17:36:17 +00:00
parent 3e27a3e630
commit 83106847f6
1 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,5 @@
dnl -*- autoconf -*-
dnl Process this file with autoconf to produce a configure script.
AC_INIT(api/api_test.C)
@ -42,4 +44,14 @@ AC_FUNC_VPRINTF
AC_FUNC_WAIT3
AC_CHECK_FUNCS(gethostname gettimeofday mkdir select socket strstr uname lockf flock)
AC_OUTPUT(RSAEuro/source/Makefile apps/Makefile db/Makefile sched/Makefile lib/Makefile tools/Makefile Makefile api/Makefile)
AC_OUTPUT(RSAEuro/source/Makefile \
apps/Makefile \
db/Makefile \
Makefile \
client/Makefile \
api/Makefile \
)
dnl sched/Makefile \
dnl lib/Makefile \
dnl tools/Makefile \