- 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)
commit2e57ee884ebea194ee79ac20e84e385481b56aa2
tree33b103e61cb180913c420e8088ad7cbc280768ac
parent5ac4f878687eb0fa95a2e5830a8372168a27d3b3
- 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
15 files changed:
source/Makefile.in
source/aclocal.m4
source/configure.in
source/include/context.h
source/lib/iconv.m4 [new file with mode: 0644]
source/ntvfs/config.m4
source/rpc_server/config.m4
source/rpc_server/dcerpc_tcp.c
source/smbd/process_model.c
source/smbd/process_model.h [new file with mode: 0644]
source/smbd/process_model.m4 [new file with mode: 0644]
source/smbd/process_single.c
source/smbd/process_standard.c
source/smbd/process_thread.c
source/smbd/server.c