1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

build: Remove support for DESCRIPTION setting that is now unused.

(cherry picked from parts of commit 91d7ba5202)

Michael
(This used to be commit 4b03f88c1e)
This commit is contained in:
Jelmer Vernooij 2008-01-22 18:49:51 +01:00 committed by Michael Adam
parent df202a4ec4
commit defae9b501
2 changed files with 0 additions and 2 deletions

View 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

View 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 \