aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-06-13 16:19:35 +0000
committerBill Meier <wmeier@newsguy.com>2012-06-13 16:19:35 +0000
commitd0868be051cf94749d1cc196be4e0840b2dcebc0 (patch)
treea7350b24ad89745f2e3d0523e1ec895a0079012d /ui/gtk/Makefile.nmake
parentdb25589d905fec23bf7ff22166cd12a22b550bb5 (diff)
Add '*.sbr' to 'clean'
svn path=/trunk/; revision=43233
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 4077ac1bc6..82d50f458b 100644
--- a/ui/gtk/Makefile.nmake
+++ b/ui/gtk/Makefile.nmake
@@ -146,7 +146,8 @@ pa_win_waveformat.obj: $(PORTAUDIO_DIR)\src\os\win\pa_win_waveformat.c
!ENDIF
clean:
- rm -f $(WIRESHARK_LIBGTKUI_OBJECTS) libgtkui.lib *.pdb doxygen.cfg html/*.* wireshark-tap-register-cache.pkl
+ rm -f $(WIRESHARK_LIBGTKUI_OBJECTS) libgtkui.lib *.pdb *.sbr \
+ doxygen.cfg html/*.* wireshark-tap-register-cache.pkl
if exist html rmdir html
distclean: clean