Makefile.in cleanups:
authorStefan Metzmacher <metze@samba.org>
Sun, 1 Feb 2004 12:16:26 +0000 (12:16 +0000)
committerStefan Metzmacher <metze@samba.org>
Sun, 1 Feb 2004 12:16:26 +0000 (12:16 +0000)
commit9b736c3d9e459241232f2313ad6f99a352633c19
tree48c0d1d5670684ddf7c99529144e576b0d246a60
parent670ccc7d643b8e04743542b4336f6830ac065463
Makefile.in cleanups:
lib/util_smbd.c is not used anymore

reorder the SMB_MODULE() parameters the goal is to autogenerate the
make rules for shared modules:

dnl SMB_MODULE(1:name,2:subsystem,3:default_build,
4:object_files,5:shared_object,6:libs
7:whatif-static,8:whatif-shared,9:whatif-not)

and generate <SUBSYSTEM>_LIBS and MODULE_<name>_LIBS with the SMB_MODULE() macro

metze
(This used to be commit 904ce91ed9e3b26d591278984ae32fa99bac01fd)
source4/Makefile.in
source4/aclocal.m4
source4/ntvfs/config.m4
source4/rpc_server/config.m4