From bf300c868781fed3b0c0556b4e40608589ad1585 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 26 Oct 2005 13:19:15 +0000 Subject: r11300: Treat libraries as a special kind of subsystem (one that can also be built as a library and installed). (This used to be commit 98d1f9b1dc523ed88c5aa8d066030b33d74f62bf) --- source4/lib/registry/config.mk | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'source4/lib/registry') 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 = \ @@ -90,18 +93,6 @@ REQUIRED_SUBSYSTEMS = \ # End MODULE registry_ldb ################################################ -################################################ -# 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] -- cgit