summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/config.mk
blob: 8c704520f522d424146e7ae286f1764553863ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
################################################
# Start LIBRARY LIBTALLOC
[LIBRARY::LIBTALLOC]
VERSION = 0.0.1
SO_VERSION = 0
OBJ_FILES = talloc.o
PUBLIC_DEPENDENCIES = LIBREPLACE
MANPAGE = talloc.3
PUBLIC_HEADERS = talloc.h
DESCRIPTION = A hierarchical pool based memory system with destructors
#
# End LIBRARY LIBTALLOC
################################################