- we now specify the object files in the subsystems config.m4 file
authorStefan Metzmacher <metze@samba.org>
Mon, 2 Feb 2004 13:43:03 +0000 (13:43 +0000)
committerStefan Metzmacher <metze@samba.org>
Mon, 2 Feb 2004 13:43:03 +0000 (13:43 +0000)
commitc61089219b82ff94f83e1fb428e8b47ad778c868
tree2109fd566da9e1492a03c817cf83c71b2140ce52
parent894e02f80c254da4edca5dbae99561d205c63fbe
- we now specify the object files in the subsystems config.m4 file
  I plan to convert all objectfile group to use SMB_SUBSYSTEM
  later I'll add a SMB_BINARY() and SMB_LIBRARY(), then there will be no more need
  to touch Makefile.in, because all make rules will be autogenerated by configure

- convert the PROCESS_MODEL subsystem to this new scheme
  and move the pthread test to smbd/process_model.m4

- convert the CHARSET subsystem to this new scheme
  and move the iconv test to lib/iconv.m4
(This used to be commit 2e57ee884ebea194ee79ac20e84e385481b56aa2)
15 files changed:
source4/Makefile.in
source4/aclocal.m4
source4/configure.in
source4/include/context.h
source4/lib/iconv.m4 [new file with mode: 0644]
source4/ntvfs/config.m4
source4/rpc_server/config.m4
source4/rpc_server/dcerpc_tcp.c
source4/smbd/process_model.c
source4/smbd/process_model.h [new file with mode: 0644]
source4/smbd/process_model.m4 [new file with mode: 0644]
source4/smbd/process_single.c
source4/smbd/process_standard.c
source4/smbd/process_thread.c
source4/smbd/server.c