From 623720dc92b00c3589a8a4bf1dfd6da4e604a985 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Tue, 18 Sep 2012 17:40:50 +0000 Subject: Add python cache and temporary files to the list of files to clean up. svn path=/trunk/; revision=44974 --- ui/gtk/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ui/gtk/Makefile.am') 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 = \ -- cgit v1.2.1