diff options
-rw-r--r-- | jansson/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jansson/Makefile b/jansson/Makefile index 2d02e47..b986e0f 100644 --- a/jansson/Makefile +++ b/jansson/Makefile @@ -10,7 +10,7 @@ include /usr/share/cibs/rules/64.mk summary := C library for encoding, decoding and manipulating JSON data license := MIT -license-file := LICENSE +license-file := $(sourcedir)/LICENSE home := http://www.digip.org/jansson/ name := jansson |