diff options
author | rsf <rsf@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-05-03 06:24:37 +0000 |
---|---|---|
committer | rsf <rsf@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-05-03 06:24:37 +0000 |
commit | a73f4c5cf46378dc5e77b48bbd92986ee338b78f (patch) | |
tree | bb2384779fbb9563632b87a557aba7019f6799eb /libmpdemux/Makefile | |
parent | 59e227a8668c3293b18c87511827864cda13195e (diff) | |
download | mpv-a73f4c5cf46378dc5e77b48bbd92986ee338b78f.tar.bz2 mpv-a73f4c5cf46378dc5e77b48bbd92986ee338b78f.tar.xz |
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
Diffstat (limited to 'libmpdemux/Makefile')
-rw-r--r-- | libmpdemux/Makefile | 4 |
1 files 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 |