summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-12-21 14:07:57 +0100
committerOle Loots <ole@monochrom.net>2012-12-21 14:07:57 +0100
commit11399e18b29455a2e93a58f434844cd66974e6e8 (patch)
treec548238fc9b95f9e46a9ce3da28fccfb1c5e5b6e /Makefile
parent858b8a5a0ad13be8ca57e76c34e1a1bbe993fb07 (diff)
parent68565113f382cc742dd6cb4f685f68996ed32779 (diff)
downloadnetsurf-11399e18b29455a2e93a58f434844cd66974e6e8.tar.gz
netsurf-11399e18b29455a2e93a58f434844cd66974e6e8.tar.bz2
Merge branch 'master' into mono/interactive-about_config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index baf835421..7a09e6c45 100644
--- a/Makefile
+++ b/Makefile
@@ -426,9 +426,14 @@ $(eval $(call feature_enabled,LIBICONV_PLUG,-DLIBICONV_PLUG,,glibc internal icon
# common libraries without pkg-config support
LDFLAGS += -lz
+# add top level and build directory to include search path
+CFLAGS += -I. -I$(OBJROOT)
+
+# export the user agent format
CFLAGS += -DNETSURF_UA_FORMAT_STRING=\"$(NETSURF_UA_FORMAT_STRING)\"
-CFLAGS += -DNETSURF_HOMEPAGE=\"$(NETSURF_HOMEPAGE)\"
+# set the default homepage to use
+CFLAGS += -DNETSURF_HOMEPAGE=\"$(NETSURF_HOMEPAGE)\"
# ----------------------------------------------------------------------------
# General make rules