summaryrefslogtreecommitdiff
path: root/source4/lib/com
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-07 16:41:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:32 -0500
commitceb6e9717bf8ea5c83a01e159a7006fd8651620c (patch)
tree79b965506d85c0abcd5f14d22b86828d4caabdba /source4/lib/com
parent967bff7d88f478b49bba9e04244fd9239c0cf3c8 (diff)
downloadsamba-ceb6e9717bf8ea5c83a01e159a7006fd8651620c.tar.gz
samba-ceb6e9717bf8ea5c83a01e159a7006fd8651620c.tar.bz2
samba-ceb6e9717bf8ea5c83a01e159a7006fd8651620c.zip
r13960: Generate makefile rules for installing/removing shared modules.
(This used to be commit 2c746980328431ab04852dc668899e3eb042da99)
Diffstat (limited to 'source4/lib/com')
-rw-r--r--source4/lib/com/config.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/lib/com/config.mk b/source4/lib/com/config.mk
index 5933168885..f0c13886d0 100644
--- a/source4/lib/com/config.mk
+++ b/source4/lib/com/config.mk
@@ -1,19 +1,19 @@
-[SUBSYSTEM::COM]
+[SUBSYSTEM::com]
PRIVATE_PROTO_HEADER = proto.h
OBJ_FILES = \
tables.o \
rot.o \
main.o
-[SUBSYSTEM::DCOM]
+[SUBSYSTEM::dcom]
PRIVATE_PROTO_HEADER = dcom/proto.h
OBJ_FILES = \
dcom/main.o \
dcom/tables.o
-REQUIRED_SUBSYSTEMS = COM DCOM_PROXY_DCOM RPC_NDR_REMACT \
+REQUIRED_SUBSYSTEMS = com DCOM_PROXY_DCOM RPC_NDR_REMACT \
RPC_NDR_OXIDRESOLVER
[MODULE::com_simple]
-SUBSYSTEM = COM
+SUBSYSTEM = com
OBJ_FILES = classes/simple.o
INIT_FUNCTION = com_simple_init