This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
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
Fix 'make distcheck'
Signed-off-by: László Várady <laszlo.varady@balabit.com>
tags/json-c-0.13-20171207
László Várady
8 years ago
parent
db8dbbf371
commit
e0e34f0a13
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
@@ -35,7 +35,8 @@ libjson_cinclude_HEADERS = \
strdup_compat.h \
vasprintf_compat.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@
@@ -52,7 +53,8 @@ libjson_c_la_SOURCES = \
linkhash.c \
printbuf.c \
random_seed.c \
strerror_override.c
strerror_override.c \
strerror_override_private.h
distclean-local:
-rm -rf $(testsubdir)
Write
Preview
Loading…
Cancel
Save