aboutsummaryrefslogtreecommitdiffstats
path: root/ui
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
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')
-rw-r--r--ui/cli/Makefile.am4
-rw-r--r--ui/gtk/Makefile.am4
-rw-r--r--ui/gtk/Makefile.nmake3
3 files changed, 8 insertions, 3 deletions
diff --git a/ui/cli/Makefile.am b/ui/cli/Makefile.am
index 4fd3776efd..4b5231d9ed 100644
--- a/ui/cli/Makefile.am
+++ b/ui/cli/Makefile.am
@@ -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 = \
diff --git a/ui/gtk/Makefile.am b/ui/gtk/Makefile.am
index 5d2342cdf7..e43400c529 100644
--- a/ui/gtk/Makefile.am
+++ b/ui/gtk/Makefile.am
@@ -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 = \
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