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:02:06 +0000
commit40536512af1d52bd55f7d18cc9e370f7a40aad24 (patch)
treed7f4e4d11d48ca286dc1b48749f39656b08d3b9e
parent9756c6605aa72883e0da00687d91ec50c0064f43 (diff)
downloadwireshark-40536512af1d52bd55f7d18cc9e370f7a40aad24.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> (cherry picked from commit 46f3fe48a3bf1b5ea341544e2abd49910cacaa6e) Reviewed-on: https://code.wireshark.org/review/12093
-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 51e4db43a9..fa8743d8a1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1140,7 +1140,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