From f3444ed0f9c1d6e48b4b383afdd2b9fca9a8966c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Fri, 15 Dec 2017 00:49:31 +0000 Subject: plugins: Remove moduleinfo.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Micro version bump for mate to homogenize it between CMake and autotools. The cmake macro doesn't handle the "a" suffix and it doesn't seem worth implementing. Change-Id: Ib022c6aa170623b83a9700e4fa098c60a9cddfab Reviewed-on: https://code.wireshark.org/review/24847 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- doc/README.plugins | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/README.plugins b/doc/README.plugins index b14dfd3b89..dcb34a35b2 100644 --- a/doc/README.plugins +++ b/doc/README.plugins @@ -19,7 +19,6 @@ contain at least the following files: CMakeLists.txt Makefile.am -moduleinfo.h README The README can be brief but it should provide essential information relevant @@ -47,13 +46,7 @@ which exports plugin_register() for your dissector in the DISSECTOR_SRC variable. All other supporting source files should be listed in the DISSECTOR_SUPPORT_SRC variable. 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. - -2.3 moduleinfo.h - -Your plugins/foo/moduleinfo.h file is used to set the version information -for the plugin. +DISSECTOR_INCLUDES variable. 2.4 plugin.rc.in -- cgit v1.2.3