about summary refs log tree commit diff
path: root/config.mk
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2019-02-10 19:48:59 +0100
committerQuentin Rameau <quinq@fifth.space>2019-02-10 19:50:25 +0100
commit21fcbc004e16a9de46424fb21ad9c32270779a0d (patch)
treee9434566a272ccfe0b31a1b233a33e9124bc66f8 /config.mk
parentFix vertical scroll directions in the config file (diff)
downloadsurf-21fcbc004e16a9de46424fb21ad9c32270779a0d.tar.gz
surf-21fcbc004e16a9de46424fb21ad9c32270779a0d.tar.bz2
surf-21fcbc004e16a9de46424fb21ad9c32270779a0d.zip
Makefile: rework how webextensions are handled
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 5e68e38..7450b5d 100644
--- a/config.mk
+++ b/config.mk
@@ -24,7 +24,7 @@ LIBS = $(X11LIB) $(GTKLIB) -lgthread-2.0
 # flags
 CPPFLAGS = -DVERSION=\"$(VERSION)\" -DWEBEXTDIR=\"$(LIBDIR)\" \
            -D_DEFAULT_SOURCE -DGCR_API_SUBJECT_TO_CHANGE
-SURFCFLAGS = $(INCS) $(CPPFLAGS) -fPIC
+SURFCFLAGS = -fPIC $(INCS) $(CPPFLAGS)
 WEBEXTCFLAGS = -fPIC $(WEBEXTINC)
 
 # compiler