diff options
author | Günther Deschner <gd@samba.org> | 2007-12-21 16:03:12 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2007-12-21 16:03:12 +0100 |
commit | be57bc8568fc48597695327473f1e06354574236 (patch) | |
tree | 94d2babd5d9fab33b94316d8f39b6f1fe6e2ac39 /source3 | |
parent | 27a58bd50cfd749cdcfa90fe7abeaf15dc09bbf3 (diff) | |
download | samba-be57bc8568fc48597695327473f1e06354574236.tar.gz samba-be57bc8568fc48597695327473f1e06354574236.tar.bz2 samba-be57bc8568fc48597695327473f1e06354574236.zip |
Make sure libnetapi has getdcname support.
Guenther
(This used to be commit c527a28c47f42617853cd28772ef46e5e6b058b6)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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) \ |