diff options
Diffstat (limited to 'src/util/Makefile')
-rw-r--r-- | src/util/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile b/src/util/Makefile index bfa7ac2a..fc74323c 100644 --- a/src/util/Makefile +++ b/src/util/Makefile @@ -14,7 +14,7 @@ HSTS_PRELOAD=$(BASE_DIR)/$(SRCDIR)/hsts_preload.h TRANSPORT_SECURITY_JSON=transport_security_state_static.json TRANSPORT_SECURITY_CERTS=transport_security_state_static.certs -LIBS=glib-2.0 gnutls json +LIBS=glib-2.0 gnutls $(JSONC) CFLAGS+=$(shell pkg-config --cflags $(LIBS)) LDFLAGS=$(shell pkg-config --libs $(LIBS)) |