summaryrefslogtreecommitdiff
path: root/build/Makefile.config
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-05-01 16:34:46 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-05-01 16:34:46 +0000
commit2777a04ed2ba4fd36138b991d66a32a283361f7e (patch)
treeb0c3730533c36ca41402b6d0c5b98413f0a57bee /build/Makefile.config
downloadlibparserutils-2777a04ed2ba4fd36138b991d66a32a283361f7e.tar.gz
libparserutils-2777a04ed2ba4fd36138b991d66a32a283361f7e.tar.bz2
Import parser construction utility library
svn path=/trunk/libparserutils/; revision=4111
Diffstat (limited to 'build/Makefile.config')
-rw-r--r--build/Makefile.config8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/Makefile.config b/build/Makefile.config
new file mode 100644
index 0000000..b6560c1
--- /dev/null
+++ b/build/Makefile.config
@@ -0,0 +1,8 @@
+# Configuration Makefile fragment
+
+# Build the iconv codec
+# override CFLAGS += -DWITH_ICONV_CODEC
+
+# Use iconv directly in the input filter
+# override CFLAGS += -DWITH_ICONV_FILTER
+