summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-10-13 15:47:56 +0200
committerGünther Deschner <gd@samba.org>2009-10-16 10:50:28 +0200
commite8e1d609411c37b5839e5b50b95f07691370c247 (patch)
treecbcac4560ea2f1c1951d0779c97140a9e87e4479 /source3/Makefile.in
parent8bd4378ff8ddc81710575a21ca7713195a105b52 (diff)
downloadsamba-e8e1d609411c37b5839e5b50b95f07691370c247.tar.gz
samba-e8e1d609411c37b5839e5b50b95f07691370c247.tar.bz2
samba-e8e1d609411c37b5839e5b50b95f07691370c247.zip
s3-libnetapi: add I_NetLogonControl{2} skeleton.
Guenther
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 d12c9911c3..4dbc8cd84e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2156,7 +2156,8 @@ LIBNETAPI_OBJ0 = lib/netapi/netapi.o \
lib/netapi/sid.o \
lib/netapi/share.o \
lib/netapi/file.o \
- lib/netapi/shutdown.o
+ lib/netapi/shutdown.o \
+ lib/netapi/netlogon.o
LIBNETAPI_OBJ = $(LIBNETAPI_OBJ0) $(LIBNET_OBJ) \
$(LIBSMBCONF_OBJ) \