From: Christopher Watford Date: Fri, 31 Jul 2009 02:59:02 +0000 (+0000) Subject: Add README.html, README-WIN32.html and config.h.win32 to EXTRA_DIST in Makefile.am X-Git-Tag: json-c-0.10-20120530~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db92cc02b9ffe8d82200e7e8c96e28aae5b01271;p=thirdparty%2Fjson-c.git Add README.html, README-WIN32.html and config.h.win32 to EXTRA_DIST in Makefile.am git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@47 327403b1-1117-474d-bef2-5cb71233fd97 --- diff --git a/Makefile.am b/Makefile.am index bf5d7cec..ba897d90 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ AM_CFLAGS = -Wall -Wwrite-strings -Werror -std=gnu99 -D_GNU_SOURCE -D_REENTRANT -EXTRA_DIST = doc +EXTRA_DIST = README.html README-WIN32.html config.h.win32 doc lib_LTLIBRARIES = libjson.la