From a16d401b25c85ffb7fde6c46b51cb7048112f885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Tue, 21 Jun 2016 05:06:23 +0100 Subject: Remove Makefile.common files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that nmake build system has been removed they are not needed anymore. Change-Id: I88075f955bb4349185859c1af4be22e53de5850f Reviewed-on: https://code.wireshark.org/review/16050 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- doc/README.plugins | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'doc/README.plugins') diff --git a/doc/README.plugins b/doc/README.plugins index 5302cef56c..216814ce42 100644 --- a/doc/README.plugins +++ b/doc/README.plugins @@ -22,7 +22,6 @@ COPYING ChangeLog CMakeLists.txt Makefile.am -Makefile.common moduleinfo.h plugin.rc.in @@ -47,9 +46,7 @@ For your plugins/foo/Makefile.am file, see the corresponding file in plugins/gryphon. Replace all occurrences of "gryphon" in those files with "foo". -2.4 Makefile.common - -Your plugins/foo/Makefile.common should only list the main source file(s), +Your plugins/foo/Makefile.am also needs to list the main source file(s), which exports register_*() and handoff_*(), for your dissector in the DISSECTOR_SRC variable. All other supporting source files should be listed in the DISSECTOR_SUPPORT_SRC variable. @@ -57,12 +54,12 @@ 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.5 moduleinfo.h +2.4 moduleinfo.h Your plugins/foo/moduleinfo.h file is used to set the version information for the plugin. -2.6 plugin.rc.in +2.5 plugin.rc.in Your plugins/foo/plugin.rc.in is the Windows resource template file used to add the plugin specific information as resources to the DLL. @@ -288,9 +285,6 @@ is encouraged to update their plugins as outlined below: o Remove the init function. - o Add a new Makefile.common file with the lists of source files and - headers. - o Change the Makefile.am file to match the one of the DOCSIS plugin. -- cgit v1.2.3