diff options
| author | 2019-02-06 10:27:01 +0100 | |
|---|---|---|
| committer | 2019-02-06 10:53:05 +0100 | |
| commit | 890b2fc3960b76086a9c2b645d0592135f7d5284 (patch) | |
| tree | 614db3dde51ce13335dfde04d6da6f10fe7d8d37 /config.mk | |
| parent | Makefile: fix a typo for the webext CFLAGS (diff) | |
Makefile: include common to webext
Diffstat (limited to '')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) +SURFCFLAGS = $(INCS) $(CPPFLAGS) -fPIC WEBEXTCFLAGS = -fPIC $(WEBEXTINC) # compiler |
