summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-08-28 01:01:11 +0200
committerGünther Deschner <gd@samba.org>2008-08-29 13:58:03 +0200
commit0b484e684ab3181eedbb1bdc18dd750c712bb16e (patch)
tree8fe024c77d2a7b7aae1993631f97a52fd996cdee /source3/Makefile.in
parent0f1025a1bc9658c27220a94c39158ae357c4bf76 (diff)
downloadsamba-0b484e684ab3181eedbb1bdc18dd750c712bb16e.tar.gz
samba-0b484e684ab3181eedbb1bdc18dd750c712bb16e.tar.bz2
samba-0b484e684ab3181eedbb1bdc18dd750c712bb16e.zip
netapi: add NetShareAdd skeleton.
Guenther (This used to be commit 6e22bcc1f5cba9bc37ecf193bbc7e031b69134f5)
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 486d47f5f8..5793b5ef4d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1835,7 +1835,8 @@ LIBNETAPI_OBJ0 = lib/netapi/netapi.o \
lib/netapi/group.o \
lib/netapi/localgroup.o \
lib/netapi/samr.o \
- lib/netapi/sid.o
+ lib/netapi/sid.o \
+ lib/netapi/share.o
LIBNETAPI_OBJ = $(LIBNETAPI_OBJ0) $(LIBNET_OBJ) \
$(LIBSMBCONF_OBJ) \