diff options
Diffstat (limited to 'source4/lib/com/config.mk')
-rw-r--r-- | source4/lib/com/config.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/source4/lib/com/config.mk b/source4/lib/com/config.mk new file mode 100644 index 0000000000..08c459a5f6 --- /dev/null +++ b/source4/lib/com/config.mk @@ -0,0 +1,23 @@ +[LIBRARY::com] +VERSION = 0.0.1 +SO_VERSION = 0 +PRIVATE_PROTO_HEADER = proto.h +OBJ_FILES = \ + tables.o \ + rot.o \ + main.o + +[LIBRARY::dcom] +VERSION = 0.0.1 +SO_VERSION = 0 +PRIVATE_PROTO_HEADER = dcom/proto.h +OBJ_FILES = \ + dcom/main.o \ + dcom/tables.o +PUBLIC_DEPENDENCIES = com DCOM_PROXY_DCOM RPC_NDR_REMACT \ + RPC_NDR_OXIDRESOLVER + +[MODULE::com_simple] +SUBSYSTEM = com +OBJ_FILES = classes/simple.o +INIT_FUNCTION = com_simple_init |