On Sat, Jul 21, 2012 at 10:30 PM, Gustavo Sverzut Barbieri <[email protected]> wrote: > On Sat, Jul 21, 2012 at 3:44 PM, Enlightenment SVN > <[email protected]> wrote: >> Log: >> evil: why sed when rm works ? Get rid of the stupid .la files > > is there a way to tell libtool to not install .la files? If so we > should use this for whole efl.
no, libtool dev are too proud of them... before doing these hacks, i've asked in the libtool ML. There is a problem on Windows but they don't really care, actually. These .la files are needed for static linking, but on Windows, static lib are not often used, and DLL are good. For example, for the Windows port, I always pass --disable-static (in also speed up the compilation...) Vincent ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
