From: caro Date: Sun, 24 Apr 2011 09:11:11 +0000 (+0000) Subject: Eina: Fix uninstallation of the mempools modules X-Git-Tag: 2.0_alpha~70^2~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69fe8188aab12b3c4661c0616eabb88d0e603811;p=framework%2Fuifw%2Feina.git Eina: Fix uninstallation of the mempools modules git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@58859 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/ChangeLog b/ChangeLog index b81cd2b..aaae310 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/src/modules/mp/buddy/Makefile.am b/src/modules/mp/buddy/Makefile.am index d65c268..0bb5ef6 100644 --- a/src/modules/mp/buddy/Makefile.am +++ b/src/modules/mp/buddy/Makefile.am @@ -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 diff --git a/src/modules/mp/chained_pool/Makefile.am b/src/modules/mp/chained_pool/Makefile.am index a18564d..bc52ac3 100644 --- a/src/modules/mp/chained_pool/Makefile.am +++ b/src/modules/mp/chained_pool/Makefile.am @@ -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 diff --git a/src/modules/mp/ememoa_fixed/Makefile.am b/src/modules/mp/ememoa_fixed/Makefile.am index 6def911..22cae36 100644 --- a/src/modules/mp/ememoa_fixed/Makefile.am +++ b/src/modules/mp/ememoa_fixed/Makefile.am @@ -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 diff --git a/src/modules/mp/ememoa_unknown/Makefile.am b/src/modules/mp/ememoa_unknown/Makefile.am index 1da3057..bbc846b 100644 --- a/src/modules/mp/ememoa_unknown/Makefile.am +++ b/src/modules/mp/ememoa_unknown/Makefile.am @@ -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 diff --git a/src/modules/mp/fixed_bitmap/Makefile.am b/src/modules/mp/fixed_bitmap/Makefile.am index 90ff60f..e943ac7 100644 --- a/src/modules/mp/fixed_bitmap/Makefile.am +++ b/src/modules/mp/fixed_bitmap/Makefile.am @@ -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 diff --git a/src/modules/mp/one_big/Makefile.am b/src/modules/mp/one_big/Makefile.am index 427d247..7d66dbd 100644 --- a/src/modules/mp/one_big/Makefile.am +++ b/src/modules/mp/one_big/Makefile.am @@ -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 diff --git a/src/modules/mp/pass_through/Makefile.am b/src/modules/mp/pass_through/Makefile.am index cf7daca..7e0438d 100644 --- a/src/modules/mp/pass_through/Makefile.am +++ b/src/modules/mp/pass_through/Makefile.am @@ -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