summaryrefslogtreecommitdiff
path: root/plugins/profinet/Makefile.am
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.am
parent5bb4e926aa2948cada36d9f74cd33b8ca75ec56f (diff)
downloadwireshark-4e3c0cde689203d47a813257174098b7fbfa1a1e.tar.gz
move the pn-dcp dissector into the profinet plugin
svn path=/trunk/; revision=14285
Diffstat (limited to 'plugins/profinet/Makefile.am')
-rw-r--r--plugins/profinet/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/profinet/Makefile.am b/plugins/profinet/Makefile.am
index c3415ce311..0f6a6f582f 100644
--- a/plugins/profinet/Makefile.am
+++ b/plugins/profinet/Makefile.am
@@ -27,7 +27,7 @@ INCLUDES = -I$(top_srcdir)
plugindir = @plugindir@
plugin_LTLIBRARIES = profinet.la
-profinet_la_SOURCES = profinet.c packet-dcerpc-pn-io.c moduleinfo.h
+profinet_la_SOURCES = profinet.c packet-dcerpc-pn-io.c packet-pn-dcp.c moduleinfo.h
profinet_la_LDFLAGS = -module -avoid-version
profinet_la_LIBADD = @PLUGIN_LIBS@