diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-07-27 03:43:41 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-07-27 03:43:41 +0000 |
commit | ed7cb84dea1f6ec8977bffa29729cadcdbdf2969 (patch) | |
tree | f35c5bbbfd8b99d7eb3b072cc17706ce6a7a8a8e | |
parent | ba4a111b3e6c3f197bde3bc91229e4fce420bffd (diff) | |
download | samba-ed7cb84dea1f6ec8977bffa29729cadcdbdf2969.tar.gz samba-ed7cb84dea1f6ec8977bffa29729cadcdbdf2969.tar.bz2 samba-ed7cb84dea1f6ec8977bffa29729cadcdbdf2969.zip |
the testsuite lib needs dummyroot too.
(This used to be commit e09a7c767ee4a7ff32f21f292b3967486a751532)
-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 a3c2820052..56ca81fd5c 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -460,7 +460,7 @@ LIBBIGBALLOFMUD_MAJOR = 0 LIBBIGBALLOFMUD_OBJ = $(PARAM_OBJ) $(LIB_OBJ) $(UBIQX_OBJ) $(SECRETS_OBJ) \ $(LIBSMB_OBJ) $(LIBMSRPC_OBJ) $(RPC_PARSE_OBJ) $(PASSDB_OBJ) \ - $(GROUPDB_OBJ) $(KRBCLIENT_OBJ) $(SMBLDAP_OBJ) + $(GROUPDB_OBJ) $(KRBCLIENT_OBJ) $(SMBLDAP_OBJ) lib/dummyroot.o LIBBIGBALLOFMUD_PICOBJS = $(LIBBIGBALLOFMUD_OBJ:.o=.po) |