summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-07-16 15:22:04 +0200
committerGünther Deschner <gd@samba.org>2008-07-17 10:33:27 +0200
commita6aeb73e4afcdcfbddbc8f9f2983e252d75975c8 (patch)
tree0b50fafea3a3412bf0261960f108dfe5606cea70 /source3/Makefile.in
parent6a3b742db7fba057b5dd0534bee6fa1385010311 (diff)
downloadsamba-a6aeb73e4afcdcfbddbc8f9f2983e252d75975c8.tar.gz
samba-a6aeb73e4afcdcfbddbc8f9f2983e252d75975c8.tar.bz2
samba-a6aeb73e4afcdcfbddbc8f9f2983e252d75975c8.zip
netapi: add ConvertSidToStringSid() for convenience of the callers.
Guenther (This used to be commit b7633998ed76c7bb2faa803841fafe9126a39847)
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 85837a8943..72aa9a5149 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1829,7 +1829,8 @@ LIBNETAPI_OBJ1 = lib/netapi/netapi.o \
lib/netapi/user.o \
lib/netapi/group.o \
lib/netapi/localgroup.o \
- lib/netapi/samr.o
+ lib/netapi/samr.o \
+ lib/netapi/sid.o
LIBNETAPI_OBJ = $(LIBNETAPI_OBJ1) $(LIBNET_OBJ) \
$(LIBSMBCONF_OBJ) \