From: Brent Cook Date: Sun, 26 Nov 2017 14:29:45 +0000 (-0600) Subject: add/remove missing distribution files X-Git-Tag: json-c-0.13-20171207~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F381%2Fhead;p=thirdparty%2Fjson-c.git add/remove missing distribution files --- diff --git a/Makefile.am b/Makefile.am index cd32b4cf..88e7a41b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -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 = README.md README.html +EXTRA_DIST += config.h.win32 EXTRA_DIST += Doxyfile dist-hook: @@ -9,7 +9,7 @@ dist-hook: SUBDIRS = . tests -lib_LTLIBRARIES = libjson-c.la +lib_LTLIBRARIES = libjson-c.la pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = json-c.pc @@ -33,6 +33,7 @@ libjson_cinclude_HEADERS = \ linkhash.h \ math_compat.h \ strdup_compat.h \ + snprintf_compat.h \ vasprintf_compat.h \ printbuf.h \ random_seed.h \