summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-02 17:34:53 +0200
committerGünther Deschner <gd@samba.org>2008-06-03 01:27:46 +0200
commit4f419aae8041511329761daa475129421b665ce5 (patch)
tree904145fda19247afe2be5f095d091d9d8fecf1a2 /source3/Makefile.in
parentb931bec55229230ef8356bc9d1d76c1a8ea7633c (diff)
downloadsamba-4f419aae8041511329761daa475129421b665ce5.tar.gz
samba-4f419aae8041511329761daa475129421b665ce5.tar.bz2
samba-4f419aae8041511329761daa475129421b665ce5.zip
netapi: add NetLocalGroupAdd() skeleton.
Guenther (This used to be commit 528544d4ce8fa27940a2f5e3c989cf37ef888f94)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index c289b01467..9f05165dfa 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -866,6 +866,7 @@ LIBNETAPI_OBJ1 = lib/netapi/netapi.o \
lib/netapi/getdc.o \
lib/netapi/user.o \
lib/netapi/group.o \
+ lib/netapi/localgroup.o \
lib/netapi/samr.o
LIBNETAPI_OBJ = $(LIBNETAPI_OBJ1) $(LIBNET_OBJ) \