aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-04-20 19:49:12 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-04-20 19:49:12 +0000
commita70e3c548c2272df6cc0b3c83bec82b78bb22686 (patch)
treeefc591a5f848f28a7e9ff644152abf3262ca2c2e /plugins/profinet/Makefile.nmake
parent4447785ed7b7b174d2b3236c08904d3ff708b3a0 (diff)
(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):
add Precision Time Control Protocol dissector (PTCP) svn path=/trunk/; revision=17930
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 c6430a4ec5..7c3b086449 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 packet-pn-dcp.obj
+OBJECTS=profinet.obj packet-dcerpc-pn-io.obj packet-pn-dcp.obj packet-pn-ptcp.obj
profinet.dll profinet.exp profinet.lib : $(OBJECTS) $(LINK_PLUGIN_WITH)
link -dll /out:profinet.dll $(LDFLAGS) $(OBJECTS) $(LINK_PLUGIN_WITH) \