Hi,

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.

configure.ac
AC_DISABLE_STATIC()
AC_PROG_LIBTOOL()

Makefile.am

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.

Many thanks,
Best Regards,
Ali.


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to