aboutsummaryrefslogtreecommitdiff
path: root/headeronly.h.m4
diff options
context:
space:
mode:
Diffstat (limited to 'headeronly.h.m4')
-rw-r--r--headeronly.h.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/headeronly.h.m4 b/headeronly.h.m4
new file mode 100644
index 0000000..47d67a1
--- /dev/null
+++ b/headeronly.h.m4
@@ -0,0 +1,5 @@
+m4_include(msgpack.h)
+
+#ifdef MSGPACK_IMPLEMENTATION
+m4_include(msgpack.c)
+#endif