mirror of
https://github.com/json-c/json-c.git
synced 2026-03-19 13:09:07 +08:00
Don't include private headers when installing.
This commit is contained in:
@@ -26,17 +26,19 @@ libjson_cinclude_HEADERS = \
|
|||||||
json_inttypes.h \
|
json_inttypes.h \
|
||||||
json_object.h \
|
json_object.h \
|
||||||
json_object_iterator.h \
|
json_object_iterator.h \
|
||||||
json_object_private.h \
|
|
||||||
json_pointer.h \
|
json_pointer.h \
|
||||||
json_tokener.h \
|
json_tokener.h \
|
||||||
json_util.h \
|
json_util.h \
|
||||||
json_visit.h \
|
json_visit.h \
|
||||||
linkhash.h \
|
linkhash.h \
|
||||||
|
printbuf.h
|
||||||
|
|
||||||
|
noinst_HEADERS=\
|
||||||
|
json_object_private.h \
|
||||||
math_compat.h \
|
math_compat.h \
|
||||||
strdup_compat.h \
|
strdup_compat.h \
|
||||||
snprintf_compat.h \
|
snprintf_compat.h \
|
||||||
vasprintf_compat.h \
|
vasprintf_compat.h \
|
||||||
printbuf.h \
|
|
||||||
random_seed.h \
|
random_seed.h \
|
||||||
strerror_override.h
|
strerror_override.h
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user