diff options
Diffstat (limited to 'source4/lib/com')
-rw-r--r-- | source4/lib/com/config.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/source4/lib/com/config.mk b/source4/lib/com/config.mk index f0c13886d0..de6d598159 100644 --- a/source4/lib/com/config.mk +++ b/source4/lib/com/config.mk @@ -1,11 +1,15 @@ -[SUBSYSTEM::com] +[LIBRARY::com] +VERSION = 0.0.1 +SO_VERSION = 0 PRIVATE_PROTO_HEADER = proto.h OBJ_FILES = \ tables.o \ rot.o \ main.o -[SUBSYSTEM::dcom] +[LIBRARY::dcom] +VERSION = 0.0.1 +SO_VERSION = 0 PRIVATE_PROTO_HEADER = dcom/proto.h OBJ_FILES = \ dcom/main.o \ |