summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-25 20:35:48 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-25 20:35:48 +0000
commit71f4a46b3a94a406530ef000420795e49d17ebf4 (patch)
tree6faf37fe516e3210ba949b1161edb606a52b52db /Makefile.config
parent795caf742657a42827502ee959cb0af4c5da9970 (diff)
downloadlibdom-71f4a46b3a94a406530ef000420795e49d17ebf4.tar.gz
libdom-71f4a46b3a94a406530ef000420795e49d17ebf4.tar.bz2
First cut at a port to the new buildsystem.
DOMTS stuff currently disabled. svn path=/trunk/dom/; revision=6883
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