summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-02 17:29:55 +0200
committerGünther Deschner <gd@samba.org>2008-06-03 01:27:45 +0200
commit31c185011fc70038f1f7fad3049f782bdba49688 (patch)
treeb20adea02e6421bc8e1d6d2c52b30239c1d89d98 /source3/Makefile.in
parent43a0060f091d17237a9df785656b6e8958b3bda3 (diff)
downloadsamba-31c185011fc70038f1f7fad3049f782bdba49688.tar.gz
samba-31c185011fc70038f1f7fad3049f782bdba49688.tar.bz2
samba-31c185011fc70038f1f7fad3049f782bdba49688.zip
netapi: add libnetapi_samr_open_domain().
Guenther (This used to be commit a99906f661faa104da4b40707597ceb4542548f8)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 435d9900b4..c289b01467 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -865,7 +865,8 @@ LIBNETAPI_OBJ1 = lib/netapi/netapi.o \
lib/netapi/serverinfo.o \
lib/netapi/getdc.o \
lib/netapi/user.o \
- lib/netapi/group.o
+ lib/netapi/group.o \
+ lib/netapi/samr.o
LIBNETAPI_OBJ = $(LIBNETAPI_OBJ1) $(LIBNET_OBJ) \
$(LIBSMBCONF_OBJ) \