This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge
d447fbc
from master to json-c-0.13, to avoid installing private headers.
tags/json-c-0.13-20171207
Eric Haszlakiewicz
7 years ago
parent
17374f345d
d447fbca77
commit
b484ff0b6d
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
Makefile.am
+ 4
- 2
Makefile.am
View File
@@ -26,17 +26,19 @@ libjson_cinclude_HEADERS = \
json_inttypes.h \
json_object.h \
json_object_iterator.h \
json_object_private.h \
json_pointer.h \
json_tokener.h \
json_util.h \
json_visit.h \
linkhash.h \
printbuf.h
noinst_HEADERS=\
json_object_private.h \
math_compat.h \
strdup_compat.h \
snprintf_compat.h \
vasprintf_compat.h \
printbuf.h \
random_seed.h \
strerror_override.h
Write
Preview
Loading…
Cancel
Save