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

diego subversion at mplayerhq.hu
Sun Feb 3 19:55:30 CET 2008


Author: diego
Date: Sun Feb  3 19:55:28 2008
New Revision: 574

Log:
Remove the shared lib upon uninstall.


Modified:
   src/trunk/Makefile

Modified: src/trunk/Makefile
==============================================================================
--- src/trunk/Makefile	(original)
+++ src/trunk/Makefile	Sun Feb  3 19:55:28 2008
@@ -39,6 +39,7 @@ uninstall: uninstall-libnut uninstall-nu
 
 uninstall-libnut:
 	rm -f $(prefix)/lib/libnut.a
+	rm -f $(prefix)/lib/libnut.so
 	rm -f $(prefix)/include/libnut.h
 
 uninstall-nututils:



More information about the NUT-devel mailing list