From a5116f03e413f8f24e58444494dece32b44c5862 Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Thu, 13 Nov 2014 13:44:30 +1100 Subject: [PATCH] Add json-c to json in VERBOSE library search test --- site_ansto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/Makefile b/site_ansto/Makefile index f7d812c9..f0ef7c59 100755 --- a/site_ansto/Makefile +++ b/site_ansto/Makefile @@ -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))))