diff options
Diffstat (limited to 'source4/lib/registry/config.mk')
-rw-r--r-- | source4/lib/registry/config.mk | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 9461bb2a95..288e3d21ee 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -78,7 +78,10 @@ REQUIRED_SUBSYSTEMS = \ ################################################ # Start SUBSYSTEM REGISTRY -[SUBSYSTEM::REGISTRY] +[LIBRARY::REGISTRY] +MAJOR_VERSION = 0 +MINOR_VERSION = 0 +RELEASE_VERSION = 1 INIT_OBJ_FILES = \ common/reg_interface.o ADD_OBJ_FILES = \ @@ -91,18 +94,6 @@ REQUIRED_SUBSYSTEMS = \ ################################################ ################################################ -# Start LIBRARY libwinregistry -[LIBRARY::libwinregistry] -MAJOR_VERSION = 0 -MINOR_VERSION = 0 -RELEASE_VERSION = 1 -REQUIRED_SUBSYSTEMS = \ - REGISTRY -# -# End LIBRARY libwinregistry -################################################ - -################################################ # Start BINARY regdiff [BINARY::regdiff] INSTALLDIR = BINDIR |