mirror of
https://github.com/samba-team/samba.git
synced 2025-11-20 08:23:50 +03:00
9 lines
211 B
Makefile
9 lines
211 B
Makefile
[LIBRARY::LIBTALLOC]
|
|
VERSION = 1.0.0
|
|
SO_VERSION = 1
|
|
OBJ_FILES = talloc.o
|
|
MANPAGE = talloc.3
|
|
CFLAGS = -Ilib/talloc
|
|
PUBLIC_HEADERS = talloc.h
|
|
DESCRIPTION = A hierarchical pool based memory system with destructors
|