From 52f98559a9ed7e4672c57127424a2845af000262 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Sun, 8 Dec 2013 11:50:54 +0900 Subject: [PATCH] efl: remove uuid from all libtool files. This change is needed for windows as this library is statically linked into evil, but libtool doesn't get it. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 6ceedd2153..1769a6b954 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -103,4 +103,5 @@ clean-local: find . -type f -name check-results.xml -delete install-exec-hook: + for i in $(lib_LTLIBRARIES); do sed -i "s/-luuid//" $(libdir)/`echo $$i | sed "s#lib/.*/##"`; done $(EFL_INSTALL_EXEC_HOOK)