summaryrefslogtreecommitdiff
path: root/packaging/u3
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-10-15 18:57:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-10-15 18:57:10 +0000
commit3c419f798c088b1cd8565a81e08b3adecd95a378 (patch)
tree65b8b2ee9542eee2c4d43cb1ce26b3dd03fff141 /packaging/u3
parent5ba3d8aaaa3311f4917889c6d191ce33ca30cd71 (diff)
downloadwireshark-3c419f798c088b1cd8565a81e08b3adecd95a378.tar.gz
Make MGCP a builtin dissector to reduce the number of plugins.
(Leave the MGCP plugin dir for now). svn path=/trunk/; revision=23190
Diffstat (limited to 'packaging/u3')
-rw-r--r--packaging/u3/win32/makefile.nmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/u3/win32/makefile.nmake b/packaging/u3/win32/makefile.nmake
index 1a2bcc45c5..b64c4c8e50 100644
--- a/packaging/u3/win32/makefile.nmake
+++ b/packaging/u3/win32/makefile.nmake
@@ -146,7 +146,6 @@ distribution: host-dirs device-dirs data-dirs manifest-dirs manifest.u3i u3util
$(COPY) $(TOPDIR)\plugins\lwres\lwres.dll $(DEVICE)\plugins\$(VERSION) $(COPY_FLAGS)
$(COPY) $(TOPDIR)\plugins\m2m\m2m.dll $(DEVICE)\plugins\$(VERSION) $(COPY_FLAGS)
$(COPY) $(TOPDIR)\plugins\mate\mate.dll $(DEVICE)\plugins\$(VERSION) $(COPY_FLAGS)
- $(COPY) $(TOPDIR)\plugins\mgcp\mgcp.dll $(DEVICE)\plugins\$(VERSION) $(COPY_FLAGS)
$(COPY) $(TOPDIR)\plugins\opsi\opsi.dll $(DEVICE)\plugins\$(VERSION) $(COPY_FLAGS)
$(COPY) $(TOPDIR)\plugins\pcli\pcli.dll $(DEVICE)\plugins\$(VERSION) $(COPY_FLAGS)
$(COPY) $(TOPDIR)\plugins\profinet\profinet.dll $(DEVICE)\plugins\$(VERSION) $(COPY_FLAGS)