From: Martin Storsjo Date: Sat, 30 Apr 2011 11:29:58 +0000 (+0300) Subject: Remove the generated pkg-config file on make clean X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed99ad05b34031fac74230760c77d4d1a6a9e706;p=rtmpdump Remove the generated pkg-config file on make clean --- diff --git a/librtmp/Makefile b/librtmp/Makefile index d61e7a4..c95c8a6 100644 --- a/librtmp/Makefile +++ b/librtmp/Makefile @@ -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 $@ $?