diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-14 12:03:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:53:45 -0500 |
commit | c731e565da542ae5d98ae56ffbb02e475e10daa7 (patch) | |
tree | 4128070ab163ab61c4bfa641cb2367c2e6d18b7b | |
parent | 19fba1fafabefab8f6382c54809c45daceda9030 (diff) | |
download | samba-c731e565da542ae5d98ae56ffbb02e475e10daa7.tar.gz samba-c731e565da542ae5d98ae56ffbb02e475e10daa7.tar.xz samba-c731e565da542ae5d98ae56ffbb02e475e10daa7.zip |
r726: fix the build: libcli/raw/clirewrite.o is gone:-)
metze
(This used to be commit 17c95831485d966058d9d2b8d6c129b0057622f9)
-rw-r--r-- | source4/configure.in | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/source4/configure.in b/source4/configure.in index 9edb3ed796..0583983e57 100644 --- a/source4/configure.in +++ b/source4/configure.in @@ -248,8 +248,7 @@ SMB_BINARY(smbd, [ALL], [SBIN], SMB_BINARY(smbclient, [ALL], [BIN], [client/client.o - client/clitar.o - libcli/raw/clirewrite.o], + client/clitar.o], [], [LIBSMB CONFIG LIBBASIC LIBCMDLINE]) @@ -260,20 +259,17 @@ SMB_BINARY(ndrdump, [ALL], [BIN], SMB_BINARY(gentest, [ALL], [BIN], [torture/gentest.o - torture/torture_util.o - libcli/raw/clirewrite.o], + torture/torture_util.o], [], [LIBSMB CONFIG LIBBASIC LIBCMDLINE]) SMB_BINARY(masktest, [ALL], [BIN], - [torture/masktest.o - libcli/raw/clirewrite.o], + [torture/masktest.o], [], [LIBSMB CONFIG LIBBASIC LIBCMDLINE]) SMB_BINARY(locktest, [ALL], [BIN], - [torture/locktest.o - libcli/raw/clirewrite.o], + [torture/locktest.o], [], [LIBSMB CONFIG LIBBASIC LIBCMDLINE]) |