aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-02-23 19:37:01 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-02-23 19:37:01 +0000
commita8fb7d24d0615eb80d3ccd217664614598e4dd9c (patch)
tree4818555c5fe21c03d9176288f4aaf46872185269 /plugins/profinet
parent1600480f1bff76a720ff2b941482248e7e396958 (diff)
Properly introduce packet-pn.c as a helper
svn path=/trunk/; revision=20903
Diffstat (limited to 'plugins/profinet')
-rw-r--r--plugins/profinet/Makefile.am1
-rw-r--r--plugins/profinet/Makefile.common6
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/profinet/Makefile.am b/plugins/profinet/Makefile.am
index e32e31d13d..4212fce1d2 100644
--- a/plugins/profinet/Makefile.am
+++ b/plugins/profinet/Makefile.am
@@ -33,6 +33,7 @@ profinet_la_SOURCES = \
plugin.c \
moduleinfo.h \
$(DISSECTOR_SRC) \
+ $(DISSECTOR_SUPPORT_SRC) \
$(DISSECTOR_INCLUDES)
profinet_la_LDFLAGS = -module -avoid-version
profinet_la_LIBADD = @PLUGIN_LIBS@
diff --git a/plugins/profinet/Makefile.common b/plugins/profinet/Makefile.common
index 87c7b9e42a..34acbcfa12 100644
--- a/plugins/profinet/Makefile.common
+++ b/plugins/profinet/Makefile.common
@@ -31,7 +31,6 @@ DISSECTOR_SRC = \
packet-dcerpc-pn-io.c \
packet-dcom-cba.c \
packet-dcom-cba-acco.c \
- packet-pn.c \
packet-pn-dcp.c \
packet-pn-mrp.c \
packet-pn-mrrt.c \
@@ -43,3 +42,8 @@ DISSECTOR_INCLUDES = \
packet-dcom-cba-acco.h \
packet-pn.h
+# Dissector helpers. They're included in the source files in this
+# directory, but they're not dissectors themselves, i.e. they're not
+# used to generate "register.c").
+DISSECTOR_SUPPORT_SRC = \
+ packet-pn.c