aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-18 19:18:45 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-18 19:18:45 +0000
commit86c5525ef7f9d6e5b1ba0dcd11dbe9666230b71e (patch)
treeda64ee60f5cf96a7fac67c31340d11b799ec7381 /plugins
parent4e3149660af5f29acf6ee4b7564e1297a272f2d6 (diff)
corrected cut and paste errors, makefile was unchanged copied from rtnet
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9004 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins')
-rw-r--r--plugins/rdm/Makefile.nmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/rdm/Makefile.nmake b/plugins/rdm/Makefile.nmake
index 1ed016fecf..52810eae63 100644
--- a/plugins/rdm/Makefile.nmake
+++ b/plugins/rdm/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.1 2003/11/17 20:57:14 guy Exp $
+# $Id: Makefile.nmake,v 1.2 2003/11/18 19:18:45 ulfl Exp $
#
include ..\..\config.nmake
@@ -9,13 +9,13 @@ include ..\..\config.nmake
CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
-OBJECTS=packet-rtnet.obj
+OBJECTS=packet-rdm.obj
-rtnet.dll rtnet.exp rtnet.lib : $(OBJECTS) ..\plugin_api.obj
- link -dll /out:rtnet.dll $(OBJECTS) ..\plugin_api.obj \
+rdm.dll rdm.exp rdm.lib : $(OBJECTS) ..\plugin_api.obj
+ link -dll /out:rdm.dll $(OBJECTS) ..\plugin_api.obj \
$(GLIB_LIBS)
clean:
- rm -f $(OBJECTS) rtnet.dll rtnet.exp rtnet.lib $(PDB_FILE)
+ rm -f $(OBJECTS) rdm.dll rdm.exp rdm.lib $(PDB_FILE)
distclean: clean