summaryrefslogtreecommitdiff
path: root/source4/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-24 23:57:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:13 -0500
commit9425495e30825079acfe9584642ec12fd084347f (patch)
treea33afb95797fa2a2793702b6e6c5fd2bffe5b081 /source4/configure.in
parenta96ccb70224b20379c401052023d6e8eecd15357 (diff)
downloadsamba-9425495e30825079acfe9584642ec12fd084347f.tar.gz
samba-9425495e30825079acfe9584642ec12fd084347f.tar.bz2
samba-9425495e30825079acfe9584642ec12fd084347f.zip
r864: convert the smbd/* code to a config.mk file
and add server_auth, server_smb, server_rpc as server modules metze (This used to be commit ecdeedb2ac81a3c816f7d72b6f39f16dd6e6267f)
Diffstat (limited to 'source4/configure.in')
-rw-r--r--source4/configure.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/source4/configure.in b/source4/configure.in
index 15019b8e00..32b600dc3b 100644
--- a/source4/configure.in
+++ b/source4/configure.in
@@ -237,14 +237,7 @@ SMB_EXT_LIB(ALLLIBS,
[${ALLLIBS_CPPFLAGS}],
[${ALLLIBS_LDFLAGS}])
-SMB_BINARY(smbd, [ALL], [SBIN],
- [smbd/server.o
- smbd/process.o
- lib/server_mutex.o
- smbd/build_options.o
- smbd/rewrite.o],
- [],
- [PROCESS_MODEL SMB AUTH NTVFS DCERPC LIBBASIC CONFIG LIBCMDLINE LIBSMB REGISTRY])
+SMB_INCLUDE_M4(smbd/config.m4)
SMB_BINARY(smbclient, [ALL], [BIN],
[client/client.o