summaryrefslogtreecommitdiff
path: root/source4/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-25 00:20:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:13 -0500
commit6ac53d211d793b4204703fdc7895bc976115ac32 (patch)
tree875b6816c87e40a7a0c92f057f05c02e3a1c9de3 /source4/configure.in
parentdaa890e2c86ba7dded91144e6aa75105c23e0008 (diff)
downloadsamba-6ac53d211d793b4204703fdc7895bc976115ac32.tar.gz
samba-6ac53d211d793b4204703fdc7895bc976115ac32.tar.bz2
samba-6ac53d211d793b4204703fdc7895bc976115ac32.zip
r866: convert the rest of the binaries to config.mk files
metze (This used to be commit 0f8c193ac35572862b0d653dc02a71ebc71e88a8)
Diffstat (limited to 'source4/configure.in')
-rw-r--r--source4/configure.in32
1 files changed, 3 insertions, 29 deletions
diff --git a/source4/configure.in b/source4/configure.in
index 32b600dc3b..7539da4290 100644
--- a/source4/configure.in
+++ b/source4/configure.in
@@ -223,6 +223,9 @@ SMB_INCLUDE_M4(rpc_server/config.m4)
SMB_INCLUDE_M4(lib/registry/config.m4)
SMB_INCLUDE_M4(torture/config.m4)
SMB_INCLUDE_M4(scripting/config.m4)
+SMB_INCLUDE_M4(client/config.m4)
+SMB_INCLUDE_M4(utils/config.m4)
+SMB_INCLUDE_M4(smbd/config.m4)
ALLLIBS_LIBS="$LIBS"
ALLLIBS_CFLAGS="$CFLAGS"
@@ -237,35 +240,6 @@ SMB_EXT_LIB(ALLLIBS,
[${ALLLIBS_CPPFLAGS}],
[${ALLLIBS_LDFLAGS}])
-SMB_INCLUDE_M4(smbd/config.m4)
-
-SMB_BINARY(smbclient, [ALL], [BIN],
- [client/client.o
- client/clitar.o],
- [],
- [LIBSMB CONFIG LIBBASIC LIBCMDLINE])
-
-SMB_BINARY(ndrdump, [ALL], [BIN],
- [utils/ndrdump.o],
- [],
- [LIBSMB CONFIG LIBBASIC LIBCMDLINE])
-
-SMB_BINARY(gentest, [ALL], [BIN],
- [torture/gentest.o
- torture/torture_util.o],
- [],
- [LIBSMB CONFIG LIBBASIC LIBCMDLINE])
-
-SMB_BINARY(masktest, [ALL], [BIN],
- [torture/masktest.o],
- [],
- [LIBSMB CONFIG LIBBASIC LIBCMDLINE])
-
-SMB_BINARY(locktest, [ALL], [BIN],
- [torture/locktest.o],
- [],
- [LIBSMB CONFIG LIBBASIC LIBCMDLINE])
-
AC_DEFINE_UNQUOTED(STRING_STATIC_MODULES, "$string_static_modules", [String list of builtin modules])
#################################################