aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet/Makefile.nmake
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-05-03 01:39:00 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-05-03 01:39:00 +0000
commite05fdd754df2cf08da7e62225a998be96a99765e (patch)
tree1aece49c59c4122ecd45675d05f88f996a53d6da /plugins/profinet/Makefile.nmake
parentfbbb4646f1e5b687a48865efad1cd5f2ff03085d (diff)
move the pn-dcp dissector into the profinet plugin
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14285 f5534014-38df-0310-8fa8-9805f1628bb7
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) \