aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-06-13 14:42:30 +0000
committerBill Meier <wmeier@newsguy.com>2012-06-13 14:42:30 +0000
commita519001f02e2ae495d17ada91aa1d851644e1b30 (patch)
tree22f7301327af7a96282fea72af6818f6a65bde4b /Makefile.nmake
parent4fdc3c3cc2f7796187651d5d987debd438d23521 (diff)
wireshark.bsc dependencies: fix a typo; add 2 which are missing.
svn path=/trunk/; revision=43229
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index c7560a7601..3742db8d29 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -237,7 +237,7 @@ packaging_zip: all
!IFDEF WIRESHARK_GENERATE_BSC_FILE
# FIXME: Add epan\wspython\*.sbr when we support Python embedding
-# Note: Certain .sbr files which cause bscmake warning "too many references... ignoring ..."
+# Note: Certain .sbr files cause bscmake warning "too many references... ignoring ..."
wireshark.bsc: \
*.sbr \
codecs\*.sbr \
@@ -247,8 +247,6 @@ wireshark.bsc: \
epan\dissectors\*.sbr \
epan\ftypes\*.sbr \
epan\wslua\*.sbr \
- ui\*.sbr \
- ui\gtk\*.sbr \
plugins\asn1\*.sbr \
plugins\docsis\*.sbr \
plugins\ethercat\*.sbr \
@@ -258,10 +256,14 @@ wireshark.bsc: \
plugins\mate\*.sbr \
plugins\opcua\*.sbr \
plugins\profinet\*.sbr \
- lugins\stats_tree\*.sbr \
+ plugins\stats_tree\*.sbr \
plugins\unistim\*.sbr \
plugins\wimax\*.sbr \
plugins\wimaxasncp\*.sbr \
+ ui\*.sbr \
+ ui\cli\*.sbr \
+ ui\gtk\*.sbr \
+ ui\win32\*.sbr \
wiretap\*.sbr \
wsutil\*.sbr
$(BSCMAKE) @<<