aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-11-18 19:18:45 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-11-18 19:18:45 +0000
commit584550018eda11c6615d4416bfc178fc41c2da11 (patch)
treeda64ee60f5cf96a7fac67c31340d11b799ec7381 /plugins
parentbf31e578290230980e707b13391ad387e98f5ef8 (diff)
corrected cut and paste errors, makefile was unchanged copied from rtnet
svn path=/trunk/; revision=9004
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