aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/Makefile.nmake
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-09-18 17:40:50 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-09-18 17:40:50 +0000
commit623720dc92b00c3589a8a4bf1dfd6da4e604a985 (patch)
tree34ca34ded320ca7db5c8efd241066486edfb60d9 /ui/gtk/Makefile.nmake
parentcb5b9158409509f50f1ed6fa3a0d77d3dbe220ef (diff)
Add python cache and temporary files to the list of files to clean up.
svn path=/trunk/; revision=44974
Diffstat (limited to 'ui/gtk/Makefile.nmake')
-rw-r--r--ui/gtk/Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gtk/Makefile.nmake b/ui/gtk/Makefile.nmake
index c45d5be3aa..d3bdc57606 100644
--- a/ui/gtk/Makefile.nmake
+++ b/ui/gtk/Makefile.nmake
@@ -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