Update paths after dissector plugin move.

With the change in paths of the dissector plugins in the repository some
other paths require adjustment. These are the obvious changes remaining.

Change-Id: Id49ac6aaf1a29d9eb37f4c32226a4597d5e32edd
Signed-off-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Reviewed-on: https://code.wireshark.org/review/25343
Reviewed-by: João Valverde <j@v6e.pt>
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Jaap Keuter 2018-01-16 16:59:28 +01:00 committed by Gerald Combs
parent 634ba24b0a
commit 2f759ce7a7
2 changed files with 5 additions and 3 deletions

6
.gitignore vendored
View File

@ -43,8 +43,10 @@ epan/wslua/register_wslua.c
epan/wslua/taps.txt
epan/wslua/taps_wslua.c
epan/ps.c
plugins/*/plugin.c
plugins/mate/mate_parser.c
plugins/epan/*/plugin.c
plugins/wiretap/*/plugin.c
plugins/codecs/*/plugin.c
plugins/epan/mate/mate_parser.c
version.h
tools/lemon/lemon
tshark-tap-register.c

View File

@ -1390,7 +1390,7 @@ if(ENABLE_PLUGINS)
if(ENABLE_PLUGIN_IFDEMO)
set(PLUGIN_SRC_DIRS
${PLUGIN_SRC_DIRS}
plugins/pluginifdemo
plugins/epan/pluginifdemo
)
endif()