Browse Source

Merge pull request #381 from busterb/fix-makedist

Fix makedist
tags/json-c-0.13-20171207
Eric Haszlakiewicz GitHub 7 years ago
parent
commit
49003242d1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions
  1. +1
    -0
      .gitignore
  2. +4
    -3
      Makefile.am

+ 1
- 0
.gitignore View File

@@ -75,6 +75,7 @@
.deps/
.libs/
/aclocal.m4
/autoconf-archive
/autom4te.cache
/config.guess
/config.h.in


+ 4
- 3
Makefile.am View File

@@ -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 \


Loading…
Cancel
Save