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
