summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-09 12:38:22 +0200
committerGünther Deschner <gd@samba.org>2008-04-09 13:23:09 +0200
commit6b2ae8e9ffabfa61f48397bf27966fd87a39aff9 (patch)
tree6733f4e9c963ac09c9b110d651575a05bc537224 /source3/Makefile.in
parentfcdf2c020279b84a8f78348cb0d68030bb78c134 (diff)
downloadsamba-6b2ae8e9ffabfa61f48397bf27966fd87a39aff9.tar.gz
samba-6b2ae8e9ffabfa61f48397bf27966fd87a39aff9.tar.bz2
samba-6b2ae8e9ffabfa61f48397bf27966fd87a39aff9.zip
Add NetUserAdd to libnetapi.
Guenther (This used to be commit cb98996ed2ac93a0e15838048405772d2043021a)
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 cc45acd8a8..781e8de416 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -818,7 +818,8 @@ LIBNETAPI_OBJ1 = lib/netapi/netapi.o \
lib/netapi/libnetapi.o \
lib/netapi/joindomain.o \
lib/netapi/serverinfo.o \
- lib/netapi/getdc.o
+ lib/netapi/getdc.o \
+ lib/netapi/user.o
LIBNETAPI_OBJ = $(LIBNETAPI_OBJ1) $(LIBNET_OBJ) \
$(LIBSMBCONF_OBJ) \