]> granicus.if.org Git - rtmpdump/commitdiff
Remove the generated pkg-config file on make clean
authorMartin Storsjo <martin@martin.st>
Sat, 30 Apr 2011 11:29:58 +0000 (14:29 +0300)
committerHoward Chu <hyc@highlandsun.com>
Fri, 22 Jul 2011 21:05:36 +0000 (14:05 -0700)
librtmp/Makefile

index d61e7a42111437b77c8c5e513727ffa747f3ff56..c95c8a698d3060dac6d570690b56b10e4b85e519 100644 (file)
@@ -76,7 +76,7 @@ OBJS=rtmp.o log.o amf.o hashswf.o parseurl.o
 all:   librtmp.a $(SO_LIB)
 
 clean:
-       rm -f *.o *.a *.$(SOX) *.$(SO_EXT)
+       rm -f *.o *.a *.$(SOX) *.$(SO_EXT) librtmp.pc
 
 librtmp.a: $(OBJS)
        $(AR) rs $@ $?