[NUT-devel] [nut]: r568 - src/trunk/Makefile

Rich Felker dalias at aerifal.cx
Sat Feb 2 20:12:40 CET 2008


On Sat, Feb 02, 2008 at 02:56:46PM +0100, diego wrote:
> Author: diego
> Date: Sat Feb  2 14:56:45 2008
> New Revision: 568
> 
> Log:
> Install shared library as well.
> 
> 
> Modified:
>    src/trunk/Makefile
> 
> Modified: src/trunk/Makefile
> ==============================================================================
> --- src/trunk/Makefile	(original)
> +++ src/trunk/Makefile	Sat Feb  2 14:56:45 2008
> @@ -27,7 +27,7 @@ install: install-libnut install-nututils
>  
>  install-libnut: libnut
>  	install -d $(prefix)/lib
> -	install -m 644 libnut/libnut.a $(prefix)/lib
> +	install -m 644 libnut/libnut.a libnut/libnut.so $(prefix)/lib

What about platforms that do not have shared libraries?!?

Rich



More information about the NUT-devel mailing list