From 5bf7319ac49a850288f2caaa60c248450d504348 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 11 Dec 2007 21:31:44 +0100 Subject: Add libnet_Join(). Heavily based on existing code in net_ads_join(). Guenther (This used to be commit fb6315b68b16d64625457881302fd191f90defa0) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index cbd8118746..1b482c1d46 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -707,7 +707,7 @@ REG_API_OBJ = registry/reg_api.o \ NETAPI_OBJ = lib/netapi/joindomain.o -LIBNET_OBJ = libnet/libnet_conf.o +LIBNET_OBJ = libnet/libnet_conf.o libnet/libnet_join.o NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_domain.o utils/net_help.o \ utils/net_rap.o utils/net_rpc.o utils/net_rpc_samsync.o \ -- cgit