mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
21931b1ca8
to make mergeing easier. metze (This used to be commit d49ffbc19b29f7620e427de133ffab74721f37e8)
15 lines
362 B
Makefile
15 lines
362 B
Makefile
################################################
|
|
# Start LIBRARY LIBTALLOC
|
|
[LIBRARY::LIBTALLOC]
|
|
VERSION = 0.0.1
|
|
SO_VERSION = 0
|
|
OBJ_FILES = talloc.o
|
|
MANPAGE = talloc.3
|
|
CFLAGS = -Ilib/talloc
|
|
PUBLIC_HEADERS = talloc.h
|
|
DESCRIPTION = A hierarchical pool based memory system with destructors
|
|
#
|
|
# End LIBRARY LIBTALLOC
|
|
################################################
|
|
|