diff options
author | Günther Deschner <gd@samba.org> | 2010-10-20 14:52:30 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-10-20 15:05:33 +0000 |
commit | ab01d6139fc7b2c4b651a0959a5816352d6bb49b (patch) | |
tree | 4369fbe44d012f0d62074658d2a96e573583b914 /source3/Makefile.in | |
parent | abb07fad043b141c3a3128c04f1e5a8d1c1507e8 (diff) | |
download | samba-ab01d6139fc7b2c4b651a0959a5816352d6bb49b.tar.gz samba-ab01d6139fc7b2c4b651a0959a5816352d6bb49b.tar.xz samba-ab01d6139fc7b2c4b651a0959a5816352d6bb49b.zip |
nsstest: no need for two copies of the same tool.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Oct 20 15:05:34 UTC 2010 on sn-devel-104
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 491c1a9f6a5..86cd88af646 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1216,7 +1216,7 @@ LOCKTEST_OBJ = torture/locktest.o $(PARAM_OBJ) $(LOCKING_OBJ) $(KRBCLIENT_OBJ) \ $(LIBSMB_OBJ) $(LIB_NONSMBD_OBJ) \ $(LIBNDR_GEN_OBJ0) $(FNAME_UTIL_OBJ) -NSSTEST_OBJ = torture/nsstest.o $(LIBSAMBAUTIL_OBJ) +NSSTEST_OBJ = ../nsswitch/nsstest.o $(LIBSAMBAUTIL_OBJ) PDBTEST_OBJ = torture/pdbtest.o $(PARAM_OBJ) $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) \ $(LIB_NONSMBD_OBJ) $(PASSDB_OBJ) $(GROUPDB_OBJ) \ |