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

diego subversion at mplayerhq.hu
Sat Feb 2 14:56:02 CET 2008


Author: diego
Date: Sat Feb  2 14:56:00 2008
New Revision: 567

Log:
Remove fake libnut dependency, this is handled properly now.


Modified:
   src/trunk/Makefile

Modified: src/trunk/Makefile
==============================================================================
--- src/trunk/Makefile	(original)
+++ src/trunk/Makefile	Sat Feb  2 14:56:00 2008
@@ -17,7 +17,7 @@ libnut/libnut.so: $(LIBNUT_OBJS)
 
 $(LIBNUT_OBJS): libnut/priv.h libnut/libnut.h
 
-nututils: libnut $(NUTUTILS_PROGS)
+nututils: $(NUTUTILS_PROGS)
 
 nututils/nutmerge: nututils/demux_avi.c nututils/demux_ogg.c nututils/framer_mp3.c nututils/framer_mpeg4.c nututils/framer_vorbis.c nututils/nutmerge.h libnut/libnut.a # nututils/demux_nut.c
 



More information about the NUT-devel mailing list