From 436aa98d67e7ee2c018e9b9c6f55c2d00a94eaea Mon Sep 17 00:00:00 2001 From: Michael Clark Date: Tue, 6 Jan 2009 22:53:25 +0000 Subject: [PATCH] update auto generated files git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@26 327403b1-1117-474d-bef2-5cb71233fd97 --- Makefile.am | 2 ++ config.h.in | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index 0961218..43120b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ AM_CFLAGS = -Wall -std=gnu99 -D_GNU_SOURCE -D_REENTRANT +EXTRA_DIST = doc + lib_LTLIBRARIES = libjson.la pkgconfigdir = $(libdir)/pkgconfig diff --git a/config.h.in b/config.h.in index 44e10aa..5139ae8 100644 --- a/config.h.in +++ b/config.h.in @@ -80,6 +80,10 @@ /* Define to 1 if you have the `vsyslog' function. */ #undef HAVE_VSYSLOG +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE -- 2.49.0