From 71f4a46b3a94a406530ef000420795e49d17ebf4 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 25 Mar 2009 20:35:48 +0000 Subject: First cut at a port to the new buildsystem. DOMTS stuff currently disabled. svn path=/trunk/dom/; revision=6883 --- Makefile.config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile.config (limited to 'Makefile.config') 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 -- cgit v1.2.1