diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/basic.mk | 1 | ||||
-rw-r--r-- | source4/lib/ldb/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/registry/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/samba3/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/socket_wrapper/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/tdb/config.mk | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk index a531145060..486f8d8a1e 100644 --- a/source4/lib/basic.mk +++ b/source4/lib/basic.mk @@ -32,6 +32,7 @@ PUBLIC_HEADERS = tdr/tdr.h MAJOR_VERSION = 0 MINOR_VERSION = 0 RELEASE_VERSION = 1 +DESCRIPTION = Simple marshall/unmarshall library INIT_OBJ_FILES = tdr/tdr.o ############################## diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index 31c75a1712..a47fd59577 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -80,6 +80,7 @@ NOPROTO = YES [LIBRARY::LIBLDB] MAJOR_VERSION = 0 MINOR_VERSION = 0 +DESCRIPTION = LDAP-like embedded database library RELEASE_VERSION = 1 INIT_OBJ_FILES = \ common/ldb.o diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index 51387df303..a76595b94d 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -81,6 +81,7 @@ REQUIRED_SUBSYSTEMS = \ [LIBRARY::REGISTRY] MAJOR_VERSION = 0 MINOR_VERSION = 0 +DESCRIPTION = Windows-style registry library RELEASE_VERSION = 1 INIT_OBJ_FILES = \ common/reg_interface.o diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk index f98a456261..ff6771a244 100644 --- a/source4/lib/samba3/config.mk +++ b/source4/lib/samba3/config.mk @@ -4,6 +4,7 @@ MAJOR_VERSION = 0 MINOR_VERSION = 0 RELEASE_VERSION = 1 +DESCRIPTION = Library for reading Samba3 data files PUBLIC_HEADERS = samba3.h ADD_OBJ_FILES = smbpasswd.o tdbsam.o policy.o \ idmap.o winsdb.o samba3.o group.o \ diff --git a/source4/lib/socket_wrapper/config.mk b/source4/lib/socket_wrapper/config.mk index b4a4d8c4d0..92a97e557e 100644 --- a/source4/lib/socket_wrapper/config.mk +++ b/source4/lib/socket_wrapper/config.mk @@ -5,6 +5,7 @@ MAJOR_VERSION = 0 MINOR_VERSION = 0 RELEASE_VERSION = 1 NOPROTO = YES +DESCRIPTION = Wrapper library for testing TCP/IP connections using Unix Sockets PUBLIC_HEADERS = socket_wrapper.h INIT_OBJ_FILES = socket_wrapper.o # End SUBSYSTEM SOCKET_WRAPPER diff --git a/source4/lib/tdb/config.mk b/source4/lib/tdb/config.mk index 4d96b6c161..69483aad92 100644 --- a/source4/lib/tdb/config.mk +++ b/source4/lib/tdb/config.mk @@ -4,6 +4,7 @@ MAJOR_VERSION = 0 MINOR_VERSION = 0 RELEASE_VERSION = 1 +DESCRIPTION = Trivial Database Library INIT_OBJ_FILES = \ common/tdb.o ADD_OBJ_FILES = common/dump.o common/io.o common/lock.o \ |