diff options
author | Anders Broman <anders.broman@ericsson.com> | 2006-11-06 20:49:47 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2006-11-06 20:49:47 +0000 |
commit | 261a964be168fd745f7269464a1198d0d8c3bffe (patch) | |
tree | 8559b7e076cc44534820077b2997bf275685c547 /Makefile.nmake | |
parent | b84d4702062c0afb9d33e79cb7abb8fe697a803f (diff) | |
download | wireshark-261a964be168fd745f7269464a1198d0d8c3bffe.tar.gz wireshark-261a964be168fd745f7269464a1198d0d8c3bffe.tar.bz2 wireshark-261a964be168fd745f7269464a1198d0d8c3bffe.zip |
Remove the references to acn
svn path=/trunk/; revision=19835
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index fd8c3507e1..b4afbf15f5 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -752,7 +752,6 @@ install-common-files: xcopy ".\diameter\*.dtd" $(INSTALL_DIR)\diameter /d xcopy ".\diameter\*.xml" $(INSTALL_DIR)\diameter /d if not exist $(INSTALL_DIR)\plugins\$(VERSION) mkdir $(INSTALL_DIR)\plugins\$(VERSION) - xcopy ".\plugins\acn\acn.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d xcopy ".\plugins\agentx\agentx.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d xcopy ".\plugins\artnet\artnet.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d xcopy ".\plugins\asn1\asn1.dll" $(INSTALL_DIR)\plugins\$(VERSION) /d |