Eina: Fix uninstallation of the mempools modules

SVN revision: 58859
This commit is contained in:
Vincent Torri 2011-04-24 09:11:11 +00:00
parent a17425080f
commit 694a364ced
8 changed files with 17 additions and 0 deletions

View File

@ -61,3 +61,6 @@
* Add a prefix location finder api to eina. Beta status. needs
more use from higher up libs/apps first.
2011-04-22 Vincent Torri
* Fix uninstallation of the mempools modules

View File

@ -25,6 +25,8 @@ module_la_LIBTOOLFLAGS = --tag=disable-static
install-data-hook:
rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES)
uninstall-hook:
rm -f $(DESTDIR)$(controllerdir)/module.*
endif
endif

View File

@ -26,6 +26,8 @@ module_la_LIBTOOLFLAGS = --tag=disable-static
install-data-hook:
rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES)
uninstall-hook:
rm -f $(DESTDIR)$(controllerdir)/module.*
endif
endif

View File

@ -26,6 +26,8 @@ module_la_LIBTOOLFLAGS = --tag=disable-static
install-data-hook:
rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES)
uninstall-hook:
rm -f $(DESTDIR)$(controllerdir)/module.*
endif
endif

View File

@ -26,6 +26,8 @@ module_la_LIBTOOLFLAGS = --tag=disable-static
install-data-hook:
rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES)
uninstall-hook:
rm -f $(DESTDIR)$(controllerdir)/module.*
endif
endif

View File

@ -25,6 +25,8 @@ module_la_LIBTOOLFLAGS = --tag=disable-static
install-data-hook:
rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES)
uninstall-hook:
rm -f $(DESTDIR)$(controllerdir)/module.*
endif
endif

View File

@ -26,6 +26,8 @@ module_la_LIBTOOLFLAGS = --tag=disable-static
install-data-hook:
rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES)
uninstall-hook:
rm -f $(DESTDIR)$(controllerdir)/module.*
endif
endif

View File

@ -25,6 +25,8 @@ module_la_LIBTOOLFLAGS = --tag=disable-static
install-data-hook:
rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES)
uninstall-hook:
rm -f $(DESTDIR)$(controllerdir)/module.*
endif
endif