aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-05-03 01:39:00 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-05-03 01:39:00 +0000
commit4e3c0cde689203d47a813257174098b7fbfa1a1e (patch)
tree1aece49c59c4122ecd45675d05f88f996a53d6da /plugins/profinet/Makefile.nmake
parent5bb4e926aa2948cada36d9f74cd33b8ca75ec56f (diff)
move the pn-dcp dissector into the profinet plugin
svn path=/trunk/; revision=14285
Diffstat (limited to 'plugins/profinet/Makefile.nmake')
-rw-r--r--plugins/profinet/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/profinet/Makefile.nmake b/plugins/profinet/Makefile.nmake
index bc15a3df6d..c6430a4ec5 100644
--- a/plugins/profinet/Makefile.nmake
+++ b/plugins/profinet/Makefile.nmake
@@ -15,7 +15,7 @@ LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS)
LINK_PLUGIN_WITH=..\..\epan\libethereal.lib
CFLAGS=/DHAVE_WIN32_LIBETHEREAL_LIB /D_NEED_VAR_IMPORT_ $(CFLAGS)
-OBJECTS=profinet.obj packet-dcerpc-pn-io.obj
+OBJECTS=profinet.obj packet-dcerpc-pn-io.obj packet-pn-dcp.obj
profinet.dll profinet.exp profinet.lib : $(OBJECTS) $(LINK_PLUGIN_WITH)
link -dll /out:profinet.dll $(LDFLAGS) $(OBJECTS) $(LINK_PLUGIN_WITH) \