aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/u3
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2007-10-12 11:13:59 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2007-10-12 11:13:59 +0000
commit2cc36d7876701eb3366283dd435c202f37e75c36 (patch)
tree5b5bb1094d5f8d2b072e566542ae36aad5c479ed /packaging/u3
parent278271b8f78dbc96ffc21767dfaf269935098f6b (diff)
downloadwireshark-2cc36d7876701eb3366283dd435c202f37e75c36.tar.gz
wireshark-2cc36d7876701eb3366283dd435c202f37e75c36.tar.bz2
wireshark-2cc36d7876701eb3366283dd435c202f37e75c36.zip
Also add wimaxasncp TLV desription files to U3 build.
svn path=/trunk/; revision=23159
Diffstat (limited to 'packaging/u3')
-rw-r--r--packaging/u3/win32/makefile.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/u3/win32/makefile.nmake b/packaging/u3/win32/makefile.nmake
index 75b713fc44..cf04e1e17a 100644
--- a/packaging/u3/win32/makefile.nmake
+++ b/packaging/u3/win32/makefile.nmake
@@ -108,6 +108,8 @@ distribution: host-dirs device-dirs data-dirs manifest-dirs manifest.u3i u3util
$(COPY) $(TOPDIR)\dtds\xcap-caps.dtd $(DEVICE)\dtds $(COPY_FLAGS)
$(COPY) $(TOPDIR)\dtds\xcap-error.dtd $(DEVICE)\dtds $(COPY_FLAGS)
$(COPY) $(TOPDIR)\dtds\watcherinfo.dtd $(DEVICE)\dtds $(COPY_FLAGS)
+ $(COPY) $(TOPDIR)\plugins\wimaxasncp\dictionary.xml $(DEVICE)\wimaxasncp $(COPY_FLAGS)
+ $(COPY) $(TOPDIR)\plugins\wimaxasncp\dictionary.dtd $(DEVICE)\wimaxasncp $(COPY_FLAGS)
$(COPY) $(TOPDIR)\doc\dumpcap.html $(DEVICE) $(COPY_FLAGS)
$(COPY) $(TOPDIR)\doc\editcap.html $(DEVICE) $(COPY_FLAGS)
$(COPY) $(TOPDIR)\example_snmp_users_file $(DEVICE) $(COPY_FLAGS)