diff options
Diffstat (limited to 'bindings/python')
-rw-r--r-- | bindings/python/Makefile.am | 3 |
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 |