summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2015-11-24 12:59:37 +0100
committerAnders Broman <a.broman58@gmail.com>2015-11-24 12:01:33 +0000
commit46f3fe48a3bf1b5ea341544e2abd49910cacaa6e (patch)
treeba8296fb4873a59cb546673c9d37c1feacbd55de
parente30c8f230222aea11dc729cb840affcf49fa8a21 (diff)
downloadwireshark-46f3fe48a3bf1b5ea341544e2abd49910cacaa6e.tar.gz
[Custom plugins] CUSTOM_PLUGIN_IN_FILES is no longer required.
Change-Id: I329a26ece145d70221d47c728e11dca54416a5cf Reviewed-on: https://code.wireshark.org/review/12092 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--CMakeLists.txt1
-rw-r--r--CMakeListsCustom.txt.example6
2 files changed, 0 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e093f414af..edde0bcbe4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1168,7 +1168,6 @@ set( IN_FILES
packaging/macosx/Info.plist.in
packaging/macosx/osx-dmg.sh.in
packaging/macosx/Wireshark_package.pmdoc/index.xml.in
- ${CUSTOM_PLUGIN_IN_FILES}
ui/doxygen.cfg.in
ui/gtk/doxygen.cfg.in
ui/qt/doxygen.cfg.in
diff --git a/CMakeListsCustom.txt.example b/CMakeListsCustom.txt.example
index c2b184609d..92d28b6c6d 100644
--- a/CMakeListsCustom.txt.example
+++ b/CMakeListsCustom.txt.example
@@ -26,9 +26,3 @@ set(CUSTOM_PLUGIN_SRC_DIR
# or
# plugins/foo
)
-
-set(CUSTOM_PLUGIN_IN_FILES
-# private_plugins/foo/plugin.rc.in
-# or
-# plugins/foo/plugin.rc.in
-) \ No newline at end of file