summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-11-04 23:49:41 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-11-04 23:49:41 +0000
commitf8afe6573304ac15a67767f7b140061e0632c07f (patch)
tree78d7b26f0673caead97e9cc76de40d5a56345a84 /source3/Makefile.in
parente6aa69bac7fbbb9d9b19161cf0119da0a6e8ec14 (diff)
downloadsamba-f8afe6573304ac15a67767f7b140061e0632c07f.tar.gz
samba-f8afe6573304ac15a67767f7b140061e0632c07f.tar.bz2
samba-f8afe6573304ac15a67767f7b140061e0632c07f.zip
VFStest already has pop_common via smbd, so don't link it twice.
Andrew Bartlett (This used to be commit c70a3191d4ba8864f026a2ba6b35b9e415541aa7)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index b9347d4092..6a7f21b311 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -428,7 +428,7 @@ NSSTEST_OBJ = torture/nsstest.o $(LIBSMB_OBJ) $(PARAM_OBJ) \
$(UBIQX_OBJ) $(LIB_OBJ)
VFSTEST_OBJ = torture/cmd_vfs.o torture/vfstest.o $(SMBD_OBJ_BASE) \
- $(READLINE_OBJ) $(POPT_LIB_OBJ)
+ $(READLINE_OBJ)
LOCKTEST2_OBJ = torture/locktest2.o $(LOCKING_OBJ) $(LIBSMB_OBJ) $(PARAM_OBJ) \
$(UBIQX_OBJ) $(LIB_OBJ)