summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-18 20:30:56 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-18 20:30:56 +0000
commitd9ce39dc753fdac4ecf16efd2e92379fb07cfef6 (patch)
treef63b699a788f5d7acf2ec58dfc74b57c3b76d95e /build
parent0e9003fab151da98e239ce842758964f8504a0c9 (diff)
downloadlibhubbub-d9ce39dc753fdac4ecf16efd2e92379fb07cfef6.tar.gz
libhubbub-d9ce39dc753fdac4ecf16efd2e92379fb07cfef6.tar.bz2
Add configuration Makefile fragment.
svn path=/trunk/hubbub/; revision=5373
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.common3
-rw-r--r--build/Makefile.config4
2 files changed, 7 insertions, 0 deletions
diff --git a/build/Makefile.common b/build/Makefile.common
index f26dac6..4787fb0 100644
--- a/build/Makefile.common
+++ b/build/Makefile.common
@@ -24,6 +24,9 @@ TARGET_TESTS :=
# Source files
SOURCES :=
+# Include configuration Makefile fragment
+include build/Makefile.config
+
# Include Makefile fragments in subdirectories
define do_include
diff --git a/build/Makefile.config b/build/Makefile.config
new file mode 100644
index 0000000..1d27350
--- /dev/null
+++ b/build/Makefile.config
@@ -0,0 +1,4 @@
+# Configuration Makefile fragment
+
+# Cater for local configuration changes
+-include build/Makefile.config.override