From a73f4c5cf46378dc5e77b48bbd92986ee338b78f Mon Sep 17 00:00:00 2001 From: rsf Date: Sat, 3 May 2003 06:24:37 +0000 Subject: [PATCH] Made sure to clean out the "realrtsp" subdirectory when doing a "make clean" or "make distclean". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10058 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile index 4cbc09eb78..cd7e47cff1 100644 --- a/libmpdemux/Makefile +++ b/libmpdemux/Makefile @@ -56,10 +56,10 @@ test: $(LIBNAME) test.c $(CC) $(CFLAGS) test.c ../mp_msg.c ../osdep/shmem.c -o test ./libmpdemux.a ../libmpdvdkit2/libmpdvdkit.a ../libvo/aclib.o ../libmpcodecs/img_format.o ../libao2/afmt.o ../sub_cc.o ../m_option.o ../subreader.o $(ALSA_LIB) $(VORBIS_LIB) $(CDPARANOIA_LIB) -lz -lpthread clean: - rm -f *.o *.a *~ + rm -f *.o *.a *~ realrtsp/*.o realrtsp/*.a realrtsp/*~ distclean: - rm -f test Makefile.bak *.o *.a *~ .depend + rm -f test Makefile.bak *.o *.a *~ realrtsp/*.o realrtsp/*.a realrtsp/*~ .depend dep: depend