]> git.ozlabs.org Git - ccan/blobdiff - ccan_tools/talloc/config.mk
Include all the tools under ccan_tools dir, hacked to work for me.
[ccan] / ccan_tools / talloc / config.mk
diff --git a/ccan_tools/talloc/config.mk b/ccan_tools/talloc/config.mk
new file mode 100644 (file)
index 0000000..714ad72
--- /dev/null
@@ -0,0 +1,13 @@
+################################################
+# 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
+################################################