From: Alexander Klauer Date: Tue, 18 Dec 2012 17:45:39 +0000 (+0100) Subject: Need to explicitly remove include/json-c directory X-Git-Tag: json-c-0.11-20130402~28^2~9 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a3a0f5b28d628bd9d4fcd390fa842536c99a023c;p=thirdparty%2Fjson-c.git Need to explicitly remove include/json-c directory --- diff --git a/Makefile.am b/Makefile.am index 17d58379..fc4479f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,6 +70,7 @@ install-data-hook: uninstall-local: rm -f "$(includedir)/json" + rm -rf "$(includedir)/json-c" endif