]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Need to explicitly remove include/json-c directory
authorAlexander Klauer <Alexander.Klauer@itwm.fraunhofer.de>
Tue, 18 Dec 2012 17:45:39 +0000 (18:45 +0100)
committerAlexander Klauer <Alexander.Klauer@itwm.fraunhofer.de>
Tue, 18 Dec 2012 17:45:39 +0000 (18:45 +0100)
Makefile.am

index 17d58379830cd724a8c23781e602bd928b796a06..fc4479f61d54e1ec4e9e21b36f8629a5f45c358e 100644 (file)
@@ -70,6 +70,7 @@ install-data-hook:
 
 uninstall-local:
        rm -f "$(includedir)/json"
+       rm -rf "$(includedir)/json-c"
 
 endif