Browse Source

add the json_types.h to Makefile.am

pull/566/head
dota17 5 years ago
parent
commit
96a57084fa
2 changed files with 1 additions and 2 deletions
  1. +1
    -0
      Makefile.am
  2. +0
    -2
      vasprintf_compat.h

+ 1
- 0
Makefile.am View File

@@ -29,6 +29,7 @@ libjson_cinclude_HEADERS = \
json_object_iterator.h \
json_pointer.h \
json_tokener.h \
json_types.h \
json_util.h \
json_visit.h \
linkhash.h \


+ 0
- 2
vasprintf_compat.h View File

@@ -8,8 +8,6 @@

#include "snprintf_compat.h"

#include <malloc.h>

#if !defined(HAVE_VASPRINTF)
/* CAW: compliant version of vasprintf */
static int vasprintf(char **buf, const char *fmt, va_list ap)


Loading…
Cancel
Save