aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/dcerpc
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-11-20 11:31:18 +0000
committerJoão Valverde <j@v6e.pt>2017-11-20 12:44:49 +0000
commited9d08552049d061a8951f2dee5bc7b73173c14d (patch)
tree72c68084cf2a86a31813349c49fc192a274ebee3 /epan/dissectors/dcerpc
parent496797f0dc414ede3e0e6ac297ab7d7ed966d76a (diff)
make-dissectors: Be more resilient with whitespace
Preemptively try to be more resilient for files with spaces in them (for Windows). Use newlines to separate file list. Clean up duplicate PIDL file entries. Change-Id: Ib506cca785836e05e4665e911de0d45ab4da1165 Reviewed-on: https://code.wireshark.org/review/24507 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'epan/dissectors/dcerpc')
-rw-r--r--epan/dissectors/dcerpc/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/dcerpc/CMakeLists.txt b/epan/dissectors/dcerpc/CMakeLists.txt
index 0b044e1352..f417482ea8 100644
--- a/epan/dissectors/dcerpc/CMakeLists.txt
+++ b/epan/dissectors/dcerpc/CMakeLists.txt
@@ -66,8 +66,6 @@ foreach(PROTOCOL_NAME IN LISTS PIDL_DISSECTOR_NAMES)
)
endforeach()
-set(PIDL_DISSECTOR_AUTOGEN_SRC ${PIDL_DISSECTOR_SRC} PARENT_SCOPE)
-
# TODO should probably just merge this into pidl-dissectors
add_custom_target(idl2wrs-dissectors ALL DEPENDS ${PIDL_DISSECTOR_TARGETS})
set_target_properties(idl2wrs-dissectors