aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-11-17 07:29:40 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-11-17 07:29:40 +0000
commitb310bbf4d06a45c13e49ef1820a2f5b5d4f3dfed (patch)
tree309a4eb57d0fd356e20010de9cef991caffc0742
parent1e2ae5a88a0100ec87d613f8a0d1f94ea3eda703 (diff)
Small clarification.
svn path=/trunk/; revision=34921
-rw-r--r--doc/README.plugins5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/README.plugins b/doc/README.plugins
index e9df1858bf..19ff49e12c 100644
--- a/doc/README.plugins
+++ b/doc/README.plugins
@@ -55,8 +55,9 @@ with "xxx".
Your plugins/xxx/Makefile.common should only list the main source file(s),
which exports register_*() and handoff_*(), for your dissector in the
-DISSECTOR_SRC variable, and all other supporting source files in the
-DISSECTOR_SUPPORT_SRC variable.
+DISSECTOR_SRC variable. All other supporting source files should be listed
+in the DISSECTOR_SUPPORT_SRC variable, and this variable added to the
+xxx_la_SOURCES variable in Makefile.am.
The header files for your dissector, if any, must be listed in the
DISSECTOR_INCLUDES variable. The DISSECTOR_INCLUDES variable should not
include moduleinfo.h.