diff --git a/Makefile b/Makefile index b3db827..414d2c5 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ else ifeq ("$(OSNAME)", "linux") else S_SRC+=src/bsd.c ifneq ("$(JSONRPC)", "") - CFLAGS=-I/usr/local/include + CFLAGS+=-I/usr/local/include LDFLAGS+=-L/usr/local/lib endif endif