From a3a0f5b28d628bd9d4fcd390fa842536c99a023c Mon Sep 17 00:00:00 2001 From: Alexander Klauer Date: Tue, 18 Dec 2012 18:45:39 +0100 Subject: [PATCH] Need to explicitly remove include/json-c directory --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2