aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-01-29 20:21:30 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-01-29 20:21:30 +0000
commit84370fffcb7f6f73a0c672c94b097aff71a50dd5 (patch)
treeb5f056a6db89f915954e728419176d59d88f752b /epan/crypt
parent8e9766586350fdfa32d3d4ff81fceb4d13f61f82 (diff)
Add *.sbr files to the clean target.
svn path=/trunk/; revision=40762
Diffstat (limited to 'epan/crypt')
-rw-r--r--epan/crypt/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
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