forked from osmocom/wireshark
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>pespin/amr
parent
634ba24b0a
commit
2f759ce7a7
|
@ -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
|
||||
|
|
|
@ -1390,7 +1390,7 @@ if(ENABLE_PLUGINS)
|
|||
if(ENABLE_PLUGIN_IFDEMO)
|
||||
set(PLUGIN_SRC_DIRS
|
||||
${PLUGIN_SRC_DIRS}
|
||||
plugins/pluginifdemo
|
||||
plugins/epan/pluginifdemo
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue