PR #336: since we can't use function overriding (due to problems with it on

OSX) always include the _json_c_strerror function but only enable it with a flag
 during tests.
This commit is contained in:
Eric Haszlakiewicz
2017-07-15 07:12:44 -07:00
parent 730ab7b019
commit fcad0ec015
6 changed files with 19 additions and 27 deletions

View File

@@ -51,14 +51,8 @@ libjson_c_la_SOURCES = \
json_visit.c \
linkhash.c \
printbuf.c \
random_seed.c
if ENABLE_STRERROR_OVERRIDE
libjson_cinclude_HEADERS+= \
strerror_override.h
libjson_c_la_SOURCES+= \
random_seed.c \
strerror_override.c
endif
distclean-local:
-rm -rf $(testsubdir)