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.
This commit is contained in:
Cedric Bail 2013-12-08 11:50:54 +09:00
parent 752d627a93
commit 52f98559a9
1 changed files with 1 additions and 0 deletions

View File

@ -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)