From 250a3987cf69ec71537908c9e06e6fc62eeaeff8 Mon Sep 17 00:00:00 2001 From: "Nicola Spanti (RyDroid)" Date: Mon, 8 Aug 2016 15:12:44 +0200 Subject: [PATCH] Very minor changes not related to C source code --- Makefile.am | 1 - json-c.pc.in | 4 ++-- json-c.vcproj | 18 ++++++------------ 3 files changed, 8 insertions(+), 15 deletions(-) diff --git a/Makefile.am b/Makefile.am index 526c7edc..c4075760 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,3 @@ - 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 += Doxyfile doc diff --git a/json-c.pc.in b/json-c.pc.in index 05bfbc8c..074378be 100644 --- a/json-c.pc.in +++ b/json-c.pc.in @@ -4,9 +4,9 @@ libdir=@libdir@ includedir=@includedir@ Name: json-c -Description: JSON implementation in C +Description: A JSON implementation in C Version: @VERSION@ Requires: Libs.private: @LIBS@ -Libs: -L${libdir} -ljson-c +Libs: -L${libdir} -ljson-c Cflags: -I${includedir}/json-c diff --git a/json-c.vcproj b/json-c.vcproj index d44f5170..fcda288a 100644 --- a/json-c.vcproj +++ b/json-c.vcproj @@ -6,8 +6,7 @@ ProjectGUID="{04D8CDBE-FB3E-4362-87E6-07DC3C0083B2}" Keyword="Win32Proj"> - + - + @@ -167,17 +165,13 @@ copy json_config.h.win32 json_config.h"/> RelativePath=".\Doxyfile"> - + - + - + - + -- 2.39.5