s3-build: Remove broken RPC modules support.
authorAndreas Schneider <asn@samba.org>
Mon, 20 Dec 2010 10:24:07 +0000 (11:24 +0100)
committerAndreas Schneider <asn@samba.org>
Tue, 4 Jan 2011 10:23:21 +0000 (11:23 +0100)
commit8ece780d1b90125514a1afb3e145a413cc342b98
tree838d57829c179b3b3113fcc90e6ad78fc8821b5c
parent9aa876397601554df5f6b6e4b690755ed0eb405e
s3-build: Remove broken RPC modules support.

With the current module support for rpc we're not able to call the init
functions with the rpc callback structure. So init functions and
shutdown functions aren't called. These init functions are needed to
setup pre requirements like migrating the printer databases and register
at the endpoint mapper. The shutdown functions cleanup memory and
deregister from the endpoint mapper.
source3/Makefile.in
source3/configure.in
source3/m4/aclocal.m4