summaryrefslogtreecommitdiff
path: root/source4/lib/com/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-07 16:04:21 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-15 17:36:46 +0200
commitd106cb2ee59a6517d28660efeeb4f8f5a976f56b (patch)
tree4dd89b4e65e649bef1bd86c3b01c49ac3744fff6 /source4/lib/com/config.mk
parentb295dca7a04ca3cea7c7fc285b3e388b58e5c02d (diff)
downloadsamba-d106cb2ee59a6517d28660efeeb4f8f5a976f56b.tar.gz
samba-d106cb2ee59a6517d28660efeeb4f8f5a976f56b.tar.bz2
samba-d106cb2ee59a6517d28660efeeb4f8f5a976f56b.zip
Reimport COM and DCOM libraries.
Diffstat (limited to 'source4/lib/com/config.mk')
-rw-r--r--source4/lib/com/config.mk23
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