From Erwin Rol: initial ENTTEC support and RDM support.
[obnox/wireshark/wip.git] / packaging / nsis / Makefile.nmake
index 5df525d56fa63cd265d1487cf688c4eda2d564ee..ceadbb11f0a0bced48dd434d9fa7f37f4e478052 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile.nmake,v 1.23 2003/10/14 01:18:09 guy Exp $
+# $Id: Makefile.nmake,v 1.26 2003/11/17 20:57:09 guy Exp $
 #
 # NSIS is a free packager/installer/uninstaller program for Win32.
 # It was originally written for the Winamp package, but various
@@ -23,9 +23,11 @@ DOC=../../doc/ethereal.html          \
        ../../README.win32
 GPL=GPL.txt
 
-PLUGINS=../../plugins/artnet/acn.dll \
+PLUGINS=../../plugins/acn/acn.dll \
        ../../plugins/artnet/artnet.dll \
+       ../../plugins/asn1/asn1.dll \
        ../../plugins/docsis/docsis.dll \
+       ../../plugins/enttec/enttec.dll \
        ../../plugins/giop/coseventcomm.dll \
        ../../plugins/giop/cosnaming.dll \
        ../../plugins/gryphon/gryphon.dll \
@@ -33,6 +35,7 @@ PLUGINS=../../plugins/artnet/acn.dll \
        ../../plugins/megaco/megaco.dll \
        ../../plugins/mgcp/mgcp.dll \
        ../../plugins/pcli/pcli.dll \
+       ../../plugins/rdm/rdm.dll \
        ../../plugins/rtnet/rtnet.dll
 
 DELIVERABLES=$(EXE) $(DLL) $(DOC) $(GPL) $(PLUGINS)