mirror of
https://github.com/json-c/json-c.git
synced 2026-04-07 14:29:06 +08:00
Fix 'make distcheck'
Signed-off-by: László Várady <laszlo.varady@balabit.com>
This commit is contained in:
@@ -35,7 +35,8 @@ libjson_cinclude_HEADERS = \
|
|||||||
strdup_compat.h \
|
strdup_compat.h \
|
||||||
vasprintf_compat.h \
|
vasprintf_compat.h \
|
||||||
printbuf.h \
|
printbuf.h \
|
||||||
random_seed.h
|
random_seed.h \
|
||||||
|
strerror_override.h
|
||||||
|
|
||||||
libjson_c_la_LDFLAGS = -version-info 3:0:0 -no-undefined @JSON_BSYMBOLIC_LDFLAGS@
|
libjson_c_la_LDFLAGS = -version-info 3:0:0 -no-undefined @JSON_BSYMBOLIC_LDFLAGS@
|
||||||
|
|
||||||
@@ -52,7 +53,8 @@ libjson_c_la_SOURCES = \
|
|||||||
linkhash.c \
|
linkhash.c \
|
||||||
printbuf.c \
|
printbuf.c \
|
||||||
random_seed.c \
|
random_seed.c \
|
||||||
strerror_override.c
|
strerror_override.c \
|
||||||
|
strerror_override_private.h
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
-rm -rf $(testsubdir)
|
-rm -rf $(testsubdir)
|
||||||
|
|||||||
Reference in New Issue
Block a user