Add python cache and temporary files to the list of files to clean up.

svn path=/trunk/; revision=44974
This commit is contained in:
Jeff Morriss 2012-09-18 17:40:50 +00:00
parent cb5b915840
commit 623720dc92
3 changed files with 8 additions and 3 deletions

View File

@ -31,7 +31,9 @@ endif
noinst_LIBRARIES = libcliui.a
CLEANFILES = \
libcliui.a \
libcliui.a \
tshark-tap-register.c-tmp \
tshark-tap-register-cache.pkl \
*~
MAINTAINERCLEANFILES = \

View File

@ -31,7 +31,9 @@ endif
noinst_LIBRARIES = libgtkui.a
CLEANFILES = \
libgtkui.a \
libgtkui.a \
wireshark-tap-register.c-tmp \
wireshark-tap-register-cache.pkl \
*~
MAINTAINERCLEANFILES = \

View File

@ -139,7 +139,8 @@ pa_win_waveformat.obj: $(PORTAUDIO_DIR)\src\os\win\pa_win_waveformat.c
clean:
rm -f $(WIRESHARK_LIBGTKUI_OBJECTS) libgtkui.lib *.pdb *.sbr \
doxygen.cfg html/*.* wireshark-tap-register-cache.pkl
doxygen.cfg html/*.* wireshark-tap-register-cache.pkl \
wireshark-tap-register.c-tmp
if exist html rmdir html
distclean: clean