From: Daniel Carl Date: Fri, 10 Jan 2020 23:39:05 +0000 (+0100) Subject: Give the customers LDFLAGS to webextension too. X-Git-Url: https://git.owens.tech/wrapped.html/wrapped.html/git?a=commitdiff_plain;h=e58d6e7bec330f67c9672a14077eec68e9b3bb26;p=vimb.git Give the customers LDFLAGS to webextension too. --- diff --git a/config.mk b/config.mk index 081f667..f5c6042 100644 --- a/config.mk +++ b/config.mk @@ -36,7 +36,7 @@ endif EXTTARGET = webext_main.so EXTCFLAGS = ${CFLAGS} $(shell pkg-config --cflags webkit2gtk-web-extension-4.0) EXTCPPFLAGS = $(CPPFLAGS) -EXTLDFLAGS = $(shell pkg-config --libs webkit2gtk-web-extension-4.0) -shared +EXTLDFLAGS = ${LDFLAGS} $(shell pkg-config --libs webkit2gtk-web-extension-4.0) -shared # flags used for the main application CFLAGS += $(shell pkg-config --cflags $(LIBS))