summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2022-01-17 14:06:31 -0600
committerFred Hornsey <hornseyf@objectcomputing.com>2022-01-17 14:06:31 -0600
commit777b9c940e7cee2ffbb5ff64730f77c7ea7c3139 (patch)
treea93d15b6142be99c11fee0283c61ac3276b10605 /config
parente627c09c7021dcfcb1ac007136fb0cd7a34f7fc3 (diff)
downloadMPC-777b9c940e7cee2ffbb5ff64730f77c7ea7c3139.tar.gz
Include Directory Needed in Newer Wiresharks
To fix issue reported in https://github.com/objectcomputing/OpenDDS/discussions/3272
Diffstat (limited to 'config')
-rw-r--r--config/wireshark.mpb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/wireshark.mpb b/config/wireshark.mpb
index 85d2d2b3..424e587b 100644
--- a/config/wireshark.mpb
+++ b/config/wireshark.mpb
@@ -73,7 +73,7 @@ feature(wireshark) {
feature(wireshark_cmake) {
avoids += wireshark
- includes += $(WIRESHARK_BUILD)
+ includes += $(WIRESHARK_BUILD) $(WIRESHARK_SRC)/include
libpaths += $(WIRESHARK_BUILD)/$(WIRESHARK_LIB)
lit_libs += wiretap wireshark wsutil
}