summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-24 17:48:46 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-24 17:48:46 +0000
commit2c56a79c6b9a65bf3a624b35604fb8a11de5a7ef (patch)
tree945ec246f870f2eb27aa73b87fae62c50a0433b1 /Makefile.config
parentac294568caf6b7c4572a62809be531a117108e8b (diff)
downloadlibparserutils-2c56a79c6b9a65bf3a624b35604fb8a11de5a7ef.tar.gz
libparserutils-2c56a79c6b9a65bf3a624b35604fb8a11de5a7ef.tar.bz2
Port to new buildsystem
svn path=/trunk/libparserutils/; revision=6854
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
new file mode 100644
index 0000000..5bedbd3
--- /dev/null
+++ b/Makefile.config
@@ -0,0 +1,7 @@
+# Configuration Makefile fragment
+
+# Use iconv directly in the input filter
+# CFLAGS += -DWITH_ICONV_FILTER
+
+# Cater for local configuration changes
+-include build/Makefile.config.override