Re: Avoid installing .la files with libtool

2009-10-08 Thread Mike Frysinger
On Thursday 08 October 2009 12:11:41 Ali Abdallah wrote: > I'm using libtool 2.2.6a, and i want to avoid installing the .la files, > however i spend a lot of time trying to figure out how but i couldn't > manage, please help. there is no hook for it. you'd have to add an automake post hook to rm

Re: Avoid installing .la files with libtool

2009-10-08 Thread Bob Friesenhahn
On Thu, 8 Oct 2009, Ali Abdallah wrote: libfoo_la_LIBTOOLFLAGS = --tag=disable-static What i'm a building is a loadable module by a specific program, so the .la file is completely useless. I suggest that you read the libtool documentation regarding modules. Then you can decide if the .la fi