aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/rtnet
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-06-11 14:40:17 +0000
committerGerald Combs <gerald@wireshark.org>2003-06-11 14:40:17 +0000
commitad37ffa69b5f90e6d9d8d401d419102154d3a787 (patch)
treec0a6e70bef370aab8b592a78b2e5d9fdaf15441c /plugins/rtnet
parentf54e01516a88b4cf3914325233363b4d38bebdb6 (diff)
s/artnet/rtnet/g.
svn path=/trunk/; revision=7840
Diffstat (limited to 'plugins/rtnet')
-rw-r--r--plugins/rtnet/Makefile.nmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/rtnet/Makefile.nmake b/plugins/rtnet/Makefile.nmake
index 6947613477..d1390681d9 100644
--- a/plugins/rtnet/Makefile.nmake
+++ b/plugins/rtnet/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.1 2003/06/11 09:17:03 guy Exp $
+# $Id: Makefile.nmake,v 1.2 2003/06/11 14:40:17 gerald Exp $
#
include ..\..\config.nmake
@@ -11,11 +11,11 @@ CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap \
/I$(GTK_DIR)\gdk /I$(GTK_DIR)\gdk\win32 \
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
-OBJECTS=packet-artnet.obj
+OBJECTS=packet-rtnet.obj
-artnet.dll artnet.exp artnet.lib : packet-artnet.obj ..\plugin_api.obj
- link -dll /out:artnet.dll packet-artnet.obj ..\plugin_api.obj \
+rtnet.dll rtnet.exp rtnet.lib : packet-rtnet.obj ..\plugin_api.obj
+ link -dll /out:rtnet.dll packet-rtnet.obj ..\plugin_api.obj \
$(GLIB_DIR)\glib-$(GLIB_VERSION).lib
clean:
- rm -f $(OBJECTS) artnet.dll artnet.exp artnet.lib $(PDB_FILE)
+ rm -f $(OBJECTS) rtnet.dll rtnet.exp rtnet.lib $(PDB_FILE)