aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-14 01:18:11 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-14 01:18:11 +0000
commit4fa26855a48bb846df9306a59be09d8a3cc12ab4 (patch)
treeaf0326eba9086700fc6f7e9e0c4bbba75f7eac35 /packaging/nsis/Makefile.nmake
parenta5287eb7d215aad35c74fe61b9b93bf9fb2c5591 (diff)
From Erwin Rol: ACN support.
svn path=/trunk/; revision=8686
Diffstat (limited to 'packaging/nsis/Makefile.nmake')
-rw-r--r--packaging/nsis/Makefile.nmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index 6f76327416..5df525d56f 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.22 2003/10/10 21:31:49 guy Exp $
+# $Id: Makefile.nmake,v 1.23 2003/10/14 01:18:09 guy Exp $
#
# NSIS is a free packager/installer/uninstaller program for Win32.
# It was originally written for the Winamp package, but various
@@ -23,7 +23,8 @@ DOC=../../doc/ethereal.html \
../../README.win32
GPL=GPL.txt
-PLUGINS=../../plugins/artnet/artnet.dll \
+PLUGINS=../../plugins/artnet/acn.dll \
+ ../../plugins/artnet/artnet.dll \
../../plugins/docsis/docsis.dll \
../../plugins/giop/coseventcomm.dll \
../../plugins/giop/cosnaming.dll \