This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 'make clean' is removing too many files


Hello,

On Mon, Apr 18, 2005 at 03:04:14PM +0200, Harald Dunkel wrote:
> >> lib_LIBRARIES = /some/static/old/lib2install.a

> I have some 3rd party libraries to include into the
> install target. Currently I cannot add them to
> lib_LIBRARIES, because then make clean removes them
> (or at least it tries).

could you please try

dist_lib_DATA = /some/static/old/lib2install.a

Have a nice day,
	Stepan Kasal



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]