Eina: Fix uninstallation of the mempools modules
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 24 Apr 2011 09:11:11 +0000 (09:11 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 24 Apr 2011 09:11:11 +0000 (09:11 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@58859 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
src/modules/mp/buddy/Makefile.am
src/modules/mp/chained_pool/Makefile.am
src/modules/mp/ememoa_fixed/Makefile.am
src/modules/mp/ememoa_unknown/Makefile.am
src/modules/mp/fixed_bitmap/Makefile.am
src/modules/mp/one_big/Makefile.am
src/modules/mp/pass_through/Makefile.am

index b81cd2b..aaae310 100644 (file)
--- 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
index d65c268..0bb5ef6 100644 (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
index a18564d..bc52ac3 100644 (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
index 6def911..22cae36 100644 (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
index 1da3057..bbc846b 100644 (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
index 90ff60f..e943ac7 100644 (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
index 427d247..7d66dbd 100644 (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
index cf7daca..7e0438d 100644 (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