From 8fd3c8902c5e953a0ddf184b08f9e37f954ee12e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 13 May 2009 16:27:58 +0200 Subject: s3-netapi: add NetShutdownInit and NetShutdownAbort skeletons. Guenther --- source3/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 190560a737..1e6f681da1 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -2035,7 +2035,8 @@ LIBNETAPI_OBJ0 = lib/netapi/netapi.o \ lib/netapi/samr.o \ lib/netapi/sid.o \ lib/netapi/share.o \ - lib/netapi/file.o + lib/netapi/file.o \ + lib/netapi/shutdown.o LIBNETAPI_OBJ = $(LIBNETAPI_OBJ0) $(LIBNET_OBJ) \ $(LIBSMBCONF_OBJ) \ -- cgit