]> git.ozlabs.org Git - ponghero.git/blobdiff - ccan/ccan_tools/talloc/config.mk
Prepare for release: rename to ponghero and pull in ccan.
[ponghero.git] / ccan / ccan_tools / talloc / config.mk
diff --git a/ccan/ccan_tools/talloc/config.mk b/ccan/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
+################################################