aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-02-22 06:21:53 +0000
committerJoão Valverde <j@v6e.pt>2016-03-01 19:23:39 +0000
commit6b54fbf3bfb7a3b0519637d01fa36bba8cec9c98 (patch)
treeeb9ce7199c857fe314da04cabd448e9381e451ac /doc
parent5da2b437035dbd478293caa1c9242fe2e37924e6 (diff)
CMake: Add more structure to libwireshark build
Smaller epan/CMakeLists.txt is easier to work with and this structure is well suited to CMake. It should make it easier to manage and configure each epan module differently if necessary. Change-Id: Ia649db3b7dcd405aa43dbdba3288699d5e375229 Reviewed-on: https://code.wireshark.org/review/14068 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.dissector4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index 4b33efbfd1..da88042690 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -628,7 +628,7 @@ be called at startup:
the file containing a dissector's "register" routine must be
added to "DISSECTOR_SRC" in "epan/dissectors/Makefile.common"
- (and in "epan/CMakeLists.txt");
+ (and in "epan/dissectors/CMakeLists.txt");
the "register" routine must have a name of the form
"proto_register_XXX";
@@ -2233,7 +2233,7 @@ tarballs are built (otherwise, the source in the release tarballs won't
compile).
In addition to the above, you should add your dissector source file name
-to the DISSECTOR_SRC section of epan/CMakeLists.txt
+to the DISSECTOR_SRC section of epan/dissectors/CMakeLists.txt
1.9 Using the git source code tree.