From 83106847f6b1269dc3aa699151fa1a0450391c2c Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Tue, 3 Jun 2003 17:36:17 +0000 Subject: [PATCH] updated list of makefiles to output svn path=/trunk/boinc/; revision=1278 --- configure.in | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 718595b628..6aad6ca399 100644 --- a/configure.in +++ b/configure.in @@ -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 \