]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
build: Remove support for DESCRIPTION setting that is now unused.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 22 Jan 2008 17:49:51 +0000 (18:49 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 13 Feb 2008 00:40:11 +0000 (01:40 +0100)
(cherry picked from parts of commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20)

Michael

source/lib/talloc/config.mk
source/lib/tdb/config.mk

index c31f9a75154049ceeab1cbfc36961b38b4d33b48..16b5063f87b71a545c20347b9d28d147502b9250 100644 (file)
@@ -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
index e0b8c371a7bc361f54a841d94a4617a6cc085871..01a23f00de2cf5fb6e63823e90c00764634cccc2 100644 (file)
@@ -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 \