Add json-c to json in VERBOSE library search test
This commit is contained in:
@ -35,7 +35,7 @@ incsearch = $(wildcard /usr/include/$(1) /usr/local/include/$(1))
|
||||
incsearch1 = $(firstword $(call incsearch,$(1)))
|
||||
|
||||
ifeq (1,$(VERBOSE))
|
||||
mylibs := tcl8.5 hdf5 mxml json ghttp
|
||||
mylibs := tcl8.5 hdf5 mxml json-c json ghttp
|
||||
$(foreach mylib,$(mylibs),$(info libsearch($(mylib)) = $(call libsearch,$(mylib))))
|
||||
$(foreach mylib,$(mylibs),$(info libsearch1($(mylib)) = $(call libsearch1,$(mylib))))
|
||||
|
||||
|
Reference in New Issue
Block a user