summaryrefslogtreecommitdiff
path: root/ui/gtk/Makefile.am
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.am
parentcb5b9158409509f50f1ed6fa3a0d77d3dbe220ef (diff)
downloadwireshark-623720dc92b00c3589a8a4bf1dfd6da4e604a985.tar.gz
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.am')
-rw-r--r--ui/gtk/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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 = \