From be57bc8568fc48597695327473f1e06354574236 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 21 Dec 2007 16:03:12 +0100 Subject: Make sure libnetapi has getdcname support. Guenther (This used to be commit c527a28c47f42617853cd28772ef46e5e6b058b6) --- source3/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index d1515c6a48..f2b0bc633e 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -709,7 +709,8 @@ REG_API_OBJ = registry/reg_api.o \ LIBNETAPI_OBJ1 = lib/netapi/netapi.o \ lib/netapi/joindomain.o \ - lib/netapi/serverinfo.o + lib/netapi/serverinfo.o \ + lib/netapi/getdc.o LIBNETAPI_OBJ = $(LIBNETAPI_OBJ1) $(LIBNET_OBJ) \ $(REG_API_OBJ) \ -- cgit