aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/Makefile.nmake2
-rw-r--r--epan/crypt/Makefile.nmake2
-rw-r--r--epan/dfilter/Makefile.nmake2
-rw-r--r--epan/dissectors/Makefile.nmake2
-rw-r--r--epan/ftypes/Makefile.nmake2
-rw-r--r--epan/wslua/Makefile.nmake2
-rw-r--r--epan/wspython/Makefile.nmake2
7 files changed, 7 insertions, 7 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index b6fe71c4a0..fe3b3f8094 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -109,7 +109,7 @@ libwireshark.lib : ..\config.h $(LIBWIRESHARK_OBJECTS) crypt ftypes dfilter $(WS
clean-local:
rm -f $(LIBWIRESHARK_OBJECTS) $(EXTRA_OBJECTS) \
libwireshark.lib libwireshark.dll *.manifest libwireshark.exp \
- *.pdb doxygen.cfg html/*.* \
+ *.pdb *.sbr doxygen.cfg html/*.* \
exntest.obj exntest.exe reassemble_test.obj reassemble_test.exe tvbtest.obj tvbtest.exe
if exist html rm -rf html
diff --git a/epan/crypt/Makefile.nmake b/epan/crypt/Makefile.nmake
index 37a7e20f50..381acac43b 100644
--- a/epan/crypt/Makefile.nmake
+++ b/epan/crypt/Makefile.nmake
@@ -20,7 +20,7 @@ airpdcap.lib: $(AIRPDCAP_OBJECTS)
link /lib /out:airpdcap.lib $(AIRPDCAP_OBJECTS)
clean:
- rm -f $(AIRPDCAP_OBJECTS) airpdcap.lib *.pdb
+ rm -f $(AIRPDCAP_OBJECTS) airpdcap.lib *.pdb *.sbr
distclean: clean
diff --git a/epan/dfilter/Makefile.nmake b/epan/dfilter/Makefile.nmake
index b0a5847b89..36bd3938a4 100644
--- a/epan/dfilter/Makefile.nmake
+++ b/epan/dfilter/Makefile.nmake
@@ -35,7 +35,7 @@ $(OBJECTS): ..\..\config.h
cd epan\dfilter
clean:
- rm -f $(OBJECTS) dfilter.lib *.pdb
+ rm -f $(OBJECTS) dfilter.lib *.pdb *.sbr
#
# We remove the generated files with "distclean" because one of them,
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index ee966ca9de..59d1a6ed8e 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -106,7 +106,7 @@ x11-dissector: ..\..\tools/process-x11-fields.pl x11-fields ..\..\tools/process-
$(PERL) ../../tools/process-x11-xcb.pl
clean:
- rm -f dissectors.lib *.pdb register.c-tmp register-cache.pkl \
+ rm -f dissectors.lib *.pdb *.sbr register.c-tmp register-cache.pkl \
$(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS)
distclean: clean
diff --git a/epan/ftypes/Makefile.nmake b/epan/ftypes/Makefile.nmake
index 11c983743d..3e0e7e5171 100644
--- a/epan/ftypes/Makefile.nmake
+++ b/epan/ftypes/Makefile.nmake
@@ -22,7 +22,7 @@ ftypes.lib : $(OBJECTS)
link /lib /out:ftypes.lib $(OBJECTS)
clean:
- rm -f $(OBJECTS) ftypes.lib *.pdb
+ rm -f $(OBJECTS) ftypes.lib *.pdb *.sbr
distclean: clean
diff --git a/epan/wslua/Makefile.nmake b/epan/wslua/Makefile.nmake
index fda9a0d2ce..d16232a36f 100644
--- a/epan/wslua/Makefile.nmake
+++ b/epan/wslua/Makefile.nmake
@@ -45,7 +45,7 @@ wslua.lib : $(OBJECTS) init.lua
link /lib /NODEFAULTLIB /out:wslua.lib $(OBJECTS)
clean:
- rm -f $(OBJECTS) wslua.lib *.pdb init.lua taps_wslua.c declare_wslua.h register_wslua.c taps.txt
+ rm -f $(OBJECTS) wslua.lib *.pdb *.sbr init.lua taps_wslua.c declare_wslua.h register_wslua.c taps.txt
init_wslua.c: declare_wslua.h
diff --git a/epan/wspython/Makefile.nmake b/epan/wspython/Makefile.nmake
index 021d9c7164..308d073616 100644
--- a/epan/wspython/Makefile.nmake
+++ b/epan/wspython/Makefile.nmake
@@ -20,7 +20,7 @@ wspython.lib: $(LIBWSPYTHON_OBJECTS)
link /lib /out:wspython.lib $(LIBWSPYTHON_OBJECTS)
clean:
- rm -f $(LIBWSPYTHON_OBJECTS) wspython.lib *.pdb
+ rm -f $(LIBWSPYTHON_OBJECTS) wspython.lib *.pdb *.sbr
distclean: clean