summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Hornsey <fred@hornsey.us>2018-01-02 18:03:00 -0600
committerFrederick Hornsey <fred@hornsey.us>2018-01-02 18:03:00 -0600
commit3feff1832a631376107239db166e801eb0e40232 (patch)
treeecc675e7db77101ef2b1f84c6de08853cfb7f266
parent10059da3a936024424c54a11e0b9b2a9306c55d3 (diff)
downloadMPC-3feff1832a631376107239db166e801eb0e40232.tar.gz
Wireshark 2 comment and additional lib
-rw-r--r--config/wireshark.mpb8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/wireshark.mpb b/config/wireshark.mpb
index 92114753..ed10f346 100644
--- a/config/wireshark.mpb
+++ b/config/wireshark.mpb
@@ -48,13 +48,13 @@ feature (wireshark) {
// Building Wireshark 2 on Windows is a CMake out of source build
// WIRESHARK2_BUILD is the build folder
-// WIRESHARK2_BIN is the folder in the build where the executables and
-// libraries where placed. This is likely "run\RelWithDebInfo" but is left
-// as an option in case the build configuration of Wireshark is different.
+// WIRESHARK2_BIN is the relative folder in the build where the executables
+// and libraries were placed. This is likely "run\RelWithDebInfo" but is
+// left as an option in case the build configuration is different.
feature (wireshark2) {
specific(prop:windows) {
includes += $(WIRESHARK2_BUILD)
libpaths += $(WIRESHARK2_BIN)
- lit_libs += wiretap wireshark
+ lit_libs += wiretap wireshark wsutil
}
} \ No newline at end of file