mirror of
https://github.com/json-c/json-c.git
synced 2026-03-22 22:49:06 +08:00
Merge pull request #345 from MrAnno/fix-make-dist
Fix make dist and make distcheck
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
EXTRA_DIST = README.md README.html README-WIN32.html
|
||||
EXTRA_DIST += config.h.win32 json-c.vcproj json-c.vcxproj json-c.vcxproj.filters
|
||||
EXTRA_DIST += Doxyfile doc
|
||||
EXTRA_DIST += Doxyfile
|
||||
|
||||
dist-hook:
|
||||
test -d "$(distdir)/doc" || mkdir "$(distdir)/doc"
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user