libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Avoid installing .la files with libtool


From: Ali Abdallah
Subject: Avoid installing .la files with libtool
Date: Thu, 08 Oct 2009 16:11:41 +0000
User-agent: Thunderbird 2.0.0.23 (X11/20091001)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]