From 190080bf60ea7d85b00f1a8ee005528c4f798921 Mon Sep 17 00:00:00 2001 From: tmzullinger Date: Sat, 29 Mar 2008 20:32:38 +0000 Subject: cleanup more of our dirs with make uninstall git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1955 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- bindings/python/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bindings') diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 0c11d02..7068081 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -60,4 +60,7 @@ gpod.py: $(SWIG_INTERFACES) test: $(MAKE) -C tests test + +uninstall-hook: + -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(gpoddir) endif -- cgit