summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/config.mk
blob: 95d3ac359d77ea605847b1c570d544a2146807e0 (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
REQUIRED_SUBSYSTEMS = LIBREPLACE
MANPAGE = talloc.3
PUBLIC_HEADERS = talloc.h
DESCRIPTION = A hierarchical pool based memory system with destructors
#
# End LIBRARY LIBTALLOC
################################################