[NUT-devel] [nut]: r140 - trunk/libnut/Makefile

ods15 subversion at mplayerhq.hu
Fri Sep 22 12:08:10 CEST 2006


Author: ods15
Date: Fri Sep 22 12:08:10 2006
New Revision: 140

Modified:
   trunk/libnut/Makefile

Log:
keep the option for libnut.so


Modified: trunk/libnut/Makefile
==============================================================================
--- trunk/libnut/Makefile	(original)
+++ trunk/libnut/Makefile	Fri Sep 22 12:08:10 2006
@@ -7,6 +7,9 @@
 	${AR} rc $@ $^
 	$(RANLIB) $@
 
+libnut.so: muxer.o demuxer.o reorder.o
+	${CC} ${CFLAGS} -shared $^ -o $@
+
 .c.o: priv.h nut.h
 	${CC} ${CFLAGS} $^ -c -o $@
 clean:



More information about the NUT-devel mailing list