[rtmpdump] r530 - trunk/librtmp/Makefile
hyc
subversion at mplayerhq.hu
Wed Jun 30 21:57:39 CEST 2010
Author: hyc
Date: Wed Jun 30 21:57:38 2010
New Revision: 530
Log:
Also delete shared libs on clean
Modified:
trunk/librtmp/Makefile
Modified: trunk/librtmp/Makefile
==============================================================================
--- trunk/librtmp/Makefile Wed Jun 30 21:52:48 2010 (r529)
+++ trunk/librtmp/Makefile Wed Jun 30 21:57:38 2010 (r530)
@@ -54,7 +54,7 @@ OBJS=rtmp.o log.o amf.o hashswf.o parseu
all: librtmp.a $(SO_LIB)
clean:
- rm -f *.o *.a
+ rm -f *.o *.a *.so *.$(SO_EXT)
librtmp.a: $(OBJS)
$(AR) rs $@ $?
More information about the rtmpdump
mailing list