aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-17 07:29:40 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-17 07:29:40 +0000
commitaa07b44073cdd2a9ba46e2ec35bb57d67b31f0c1 (patch)
tree309a4eb57d0fd356e20010de9cef991caffc0742
parent39f2774f683445820e0569144c7c2cfcec94ac20 (diff)
Small clarification.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34921 f5534014-38df-0310-8fa8-9805f1628bb7
-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.