summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-22 18:49:51 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-22 18:49:51 +0100
commita2595477869d5fee2f916bc857ca028e3b2fc677 (patch)
treeecfa1e465947f6bc8b47488f38d322c7b118263b /source4/lib
parent907ec5ba7bac2b5431a14f02f0dc1f5e126366e2 (diff)
downloadsamba-a2595477869d5fee2f916bc857ca028e3b2fc677.tar.gz
samba-a2595477869d5fee2f916bc857ca028e3b2fc677.tar.bz2
samba-a2595477869d5fee2f916bc857ca028e3b2fc677.zip
build: Remove support for DESCRIPTION setting that is now unused.
(This used to be commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/config.mk1
-rw-r--r--source4/lib/registry/config.mk1
-rw-r--r--source4/lib/talloc/config.mk1
-rw-r--r--source4/lib/tdb/config.mk1
-rw-r--r--source4/lib/util/config.mk1
5 files changed, 0 insertions, 5 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk
index c52703658a..75ce89d6cf 100644
--- a/source4/lib/ldb/config.mk
+++ b/source4/lib/ldb/config.mk
@@ -131,7 +131,6 @@ SO_VERSION = 0
OUTPUT_TYPE = SHARED_LIBRARY
CFLAGS = -Ilib/ldb/include
PC_FILE = ldb.pc
-DESCRIPTION = LDAP-like embedded database library
INIT_FUNCTION_TYPE = int (*) (void)
OBJ_FILES = \
common/ldb.o \
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk
index a7365a49ae..7a9c8fcff1 100644
--- a/source4/lib/registry/config.mk
+++ b/source4/lib/registry/config.mk
@@ -20,7 +20,6 @@ clean::
VERSION = 0.0.1
PC_FILE = registry.pc
SO_VERSION = 0
-DESCRIPTION = Windows-style registry library
OBJ_FILES = \
interface.o \
util.o \
diff --git a/source4/lib/talloc/config.mk b/source4/lib/talloc/config.mk
index c31f9a7515..16b5063f87 100644
--- a/source4/lib/talloc/config.mk
+++ b/source4/lib/talloc/config.mk
@@ -6,4 +6,3 @@ PC_FILE = talloc.pc
MANPAGE = talloc.3
CFLAGS = -Ilib/talloc
PUBLIC_HEADERS = talloc.h
-DESCRIPTION = A hierarchical pool based memory system with destructors
diff --git a/source4/lib/tdb/config.mk b/source4/lib/tdb/config.mk
index 8413611fa9..820c55e363 100644
--- a/source4/lib/tdb/config.mk
+++ b/source4/lib/tdb/config.mk
@@ -4,7 +4,6 @@
VERSION = 0.0.1
SO_VERSION = 0
PC_FILE = tdb.pc
-DESCRIPTION = Trivial Database Library
OBJ_FILES = \
common/tdb.o common/dump.o common/io.o common/lock.o \
common/open.o common/traverse.o common/freelist.o \
diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk
index 53a55bf7af..f3e6cd7acf 100644
--- a/source4/lib/util/config.mk
+++ b/source4/lib/util/config.mk
@@ -1,7 +1,6 @@
[SUBSYSTEM::LIBSAMBA-UTIL]
#VERSION = 0.0.1
#SO_VERSION = 0
-#DESCRIPTION = Generic utility functions
PUBLIC_HEADERS = util.h \
attr.h \
byteorder.h \