1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-19 10:03:58 +03:00
Stefan Metzmacher 063daf6ab5 r25205: $(srcdir) isn't expanded here...
metze
(This used to be commit 4bce808917e296a0d50f39516da06bfb12418cf8)
2007-10-10 15:06:52 -05:00

14 lines
361 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
################################################