Use libjson.so if available (SL 6.0)

r3258 | dcl | 2011-10-17 17:22:27 +1100 (Mon, 17 Oct 2011) | 1 line
This commit is contained in:
Douglas Clowes
2011-10-17 17:22:27 +11:00
parent 638c160310
commit 27cb364855

View File

@@ -76,7 +76,7 @@ else
endif
# JSON-C
LIB_JSON := $(firstword $(wildcard /usr/lib/libjson.a /usr/local/lib/libjson.a))
LIB_JSON := $(firstword $(wildcard /usr/lib/libjson.so /usr/lib/libjson.a /usr/local/lib/libjson.a))
ifeq (,$(LIB_JSON))
$(warning LIB_JSON not found)
endif