mirror of
https://github.com/samba-team/samba.git
synced 2025-11-27 08:23:49 +03:00
15 lines
373 B
Makefile
15 lines
373 B
Makefile
################################################
|
|
# 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
|
|
################################################
|
|
|