summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
new file mode 100644
index 0000000..095f6d8
--- /dev/null
+++ b/Makefile.config
@@ -0,0 +1,11 @@
+# Configuration Makefile fragment
+
+# Build the libxml2 binding?
+# yes | no
+WITH_LIBXML_BINDING := yes
+
+# Build the hubbub binding?
+# yes | no
+WITH_HUBBUB_BINDING := yes
+
+include Makefile.config.override