diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4bbf2f64..5526c7f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,3 +89,9 @@ clean-local: rm -f *.gcov *.gcno *.gcda ${PACKAGE_TARNAME}-*.tar.gz rm -rf testsuite rm -rf ${PACKAGE_TARNAME}-${PACKAGE_VERSION} + +uninstall-local: + rm -rf $(DESTDIR)$(pkgdatadir) + rm -rf $(DESTDIR)$(libexecdir)/$(PACKAGE) + -rm -rf $(DESTDIR)$(localstatedir)/cache/$(PACKAGE) + |