summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/lib/talloc/config.mk1
-rw-r--r--source3/lib/tdb/config.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/talloc/config.mk b/source3/lib/talloc/config.mk
index c31f9a7515..16b5063f87 100644
--- a/source3/lib/talloc/config.mk
+++ b/source3/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/source3/lib/tdb/config.mk b/source3/lib/tdb/config.mk
index e0b8c371a7..01a23f00de 100644
--- a/source3/lib/tdb/config.mk
+++ b/source3/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 \