mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
38fdde5d9b
* libreplace can now build stand-alone * add stub testsuite for libreplace * make talloc/tdb/ldb use libreplace (This used to be commit fe7ca4b1454e01a33ed0d53791ebffdd349298b4)
16 lines
395 B
Makefile
16 lines
395 B
Makefile
################################################
|
|
# Start LIBRARY LIBTALLOC
|
|
[LIBRARY::LIBTALLOC]
|
|
VERSION = 0.0.1
|
|
SO_VERSION = 0
|
|
OBJ_FILES = talloc.o
|
|
PUBLIC_DEPENDENCIES = LIBREPLACE
|
|
MANPAGE = talloc.3
|
|
CFLAGS = -Ilib/talloc
|
|
PUBLIC_HEADERS = talloc.h
|
|
DESCRIPTION = A hierarchical pool based memory system with destructors
|
|
#
|
|
# End LIBRARY LIBTALLOC
|
|
################################################
|
|
|