]> git.ozlabs.org Git - ccan/blob - ccan_tools/talloc/config.mk
Include all the tools under ccan_tools dir, hacked to work for me.
[ccan] / ccan_tools / talloc / config.mk
1 ################################################
2 # Start LIBRARY LIBTALLOC
3 [LIBRARY::LIBTALLOC]
4 VERSION = 0.0.1
5 SO_VERSION = 0
6 OBJ_FILES = talloc.o
7 MANPAGE = talloc.3
8 CFLAGS = -Ilib/talloc
9 PUBLIC_HEADERS = talloc.h
10 DESCRIPTION = A hierarchical pool based memory system with destructors
11 #
12 # End LIBRARY LIBTALLOC
13 ################################################