From 5352ef42f94b5c14a24eb2e5559440c71fdcae8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Mon, 15 Jan 2018 12:40:55 +0000 Subject: plugins: Add source tree subfolder for plugin library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows some simplification and makes things more consistent, particularly for loading plugins from the build dir. Also fixes the issue reported here: https://www.wireshark.org/lists/wireshark-dev/201801/msg00061.html Change-Id: I0d8a000ee679172bccad546a3b0c47a79486f44d Reviewed-on: https://code.wireshark.org/review/25329 Petri-Dish: João Valverde Reviewed-by: João Valverde --- plugins/Makefile.am | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 481cc29f17..267e8873ae 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -23,19 +23,19 @@ SUBDIRS = \ $(_CUSTOM_SUBDIRS_) \ - docsis \ - ethercat \ - gryphon \ - irda \ - mate \ - opcua \ - profinet \ - stats_tree \ - transum \ - unistim \ - wimax \ - wimaxasncp \ - wimaxmacphy + epan/docsis \ + epan/ethercat \ + epan/gryphon \ + epan/irda \ + epan/mate \ + epan/opcua \ + epan/profinet \ + epan/stats_tree \ + epan/transum \ + epan/unistim \ + epan/wimax \ + epan/wimaxasncp \ + epan/wimaxmacphy EXTRA_DIST = \ $(_CUSTOM_EXTRA_DIST_) \ -- cgit v1.2.3