summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authortmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-03-29 20:32:38 +0000
committertmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-03-29 20:32:38 +0000
commit190080bf60ea7d85b00f1a8ee005528c4f798921 (patch)
tree1bac8240aa456dc7138aa15525c3ae36563336a7 /bindings
parent388de53f300cfbd30de20603034bf2487ce96554 (diff)
downloadlibgpod-190080bf60ea7d85b00f1a8ee005528c4f798921.tar.gz
libgpod-190080bf60ea7d85b00f1a8ee005528c4f798921.tar.xz
libgpod-190080bf60ea7d85b00f1a8ee005528c4f798921.zip
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
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/Makefile.am3
1 files changed, 3 insertions, 0 deletions
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