diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-04-11 15:16:51 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-04-11 15:59:34 +0200 |
commit | 94df47318f85ac0295e41dec65c2eae25a01abcc (patch) | |
tree | eeaa0f41b8d2b382360a9723c8bb4bd451609254 /source3 | |
parent | 4313d7b6c27f0c7ea72be5f4790035d27b0b4d02 (diff) | |
download | samba-94df47318f85ac0295e41dec65c2eae25a01abcc.tar.gz samba-94df47318f85ac0295e41dec65c2eae25a01abcc.tar.bz2 samba-94df47318f85ac0295e41dec65c2eae25a01abcc.zip |
net: 'net' doesn't need wb_common.o anymore.
metze
(This used to be commit 05f7f77135ab997b92b2454871f21543ecbde0ed)
Diffstat (limited to 'source3')
-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 de9b915f99..408a2f4fb7 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -879,7 +879,7 @@ NET_OBJ = $(NET_OBJ1) \ $(LDB_OBJ) $(LIBGPO_OBJ) @BUILD_INIPARSER@ $(DISPLAY_SEC_OBJ) \ $(REG_SMBCONF_OBJ) @LIBNETAPI_STATIC@ $(LIBNET_OBJ) \ $(LIBSMBCONF_OBJ) \ - $(WBCOMMON_OBJ) @LIBWBCLIENT_STATIC@ \ + @LIBWBCLIENT_STATIC@ \ $(PRIVILEGES_BASIC_OBJ) CUPS_OBJ = client/smbspool.o $(PARAM_OBJ) $(LIBSMB_OBJ) \ |