diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-10-26 13:19:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:15 -0500 |
commit | bf300c868781fed3b0c0556b4e40608589ad1585 (patch) | |
tree | d5f0600aa723f7579672c8c990506c2b4080a7f1 /source4/lib/ldb | |
parent | 78696ddcb237012ad1468440362ca67baab125f6 (diff) | |
download | samba-bf300c868781fed3b0c0556b4e40608589ad1585.tar.gz samba-bf300c868781fed3b0c0556b4e40608589ad1585.tar.bz2 samba-bf300c868781fed3b0c0556b4e40608589ad1585.zip |
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)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/config.mk | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index b30ffc36c8..6e948f20df 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -77,7 +77,10 @@ NOPROTO = YES ################################################ # Start SUBSYSTEM LIBLDB -[SUBSYSTEM::LIBLDB] +[LIBRARY::LIBLDB] +MAJOR_VERSION = 0 +MINOR_VERSION = 0 +RELEASE_VERSION = 1 INIT_OBJ_FILES = \ common/ldb.o ADD_OBJ_FILES = \ @@ -100,18 +103,6 @@ MANPAGE = man/ldb.3 ################################################ ################################################ -# Start LIBRARY LIBLDB -[LIBRARY::libldb] -MAJOR_VERSION = 0 -MINOR_VERSION = 0 -RELEASE_VERSION = 1 -REQUIRED_SUBSYSTEMS = \ - LIBLDB -# -# End LIBRARY LIBLDB -################################################ - -################################################ # Start SUBSYSTEM LDBSAMBA [SUBSYSTEM::LDBSAMBA] OBJ_FILES = \ |