summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-12-31 03:41:41 +0100
committerOle Loots <ole@monochrom.net>2012-12-31 03:41:41 +0100
commitcecccf09edf7e7296e4765f7e70e4c42c5ad8805 (patch)
treebf776943935c597e867a6bdba3710e5d4cb73115 /Makefile
parent379313d8da957be5a39a6cab35f73ed6c247ccb4 (diff)
parentea3f09a72433be165cc4ec09052b3d636e64ac0c (diff)
downloadnetsurf-cecccf09edf7e7296e4765f7e70e4c42c5ad8805.tar.gz
netsurf-cecccf09edf7e7296e4765f7e70e4c42c5ad8805.tar.bz2
Merge branch 'master' into mono/removing-windom-dependency
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