summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2014-06-05 22:51:49 +0100
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2014-06-05 22:03:31 +0000
commit17b98ad42090d364c1c46834116314e04caf24b8 (patch)
tree7324199c620d8232371cbc851f5f3e781a0f44c9
parent29222aba7c110c766f752800c2f2a4a4b5b51271 (diff)
downloadwireshark-17b98ad42090d364c1c46834116314e04caf24b8.tar.gz
Add a missing header file, and add new file to cmake build
Change-Id: I3be8bef8c7542e7bcb11f3696783ca68c3920082 Reviewed-on: https://code.wireshark.org/review/1987 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
-rw-r--r--epan/dissectors/Makefile.common1
-rw-r--r--ui/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 370735fe4c..94ce213316 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -1643,6 +1643,7 @@ DISSECTOR_INCLUDES = \
packet-tcap.h \
packet-tcp.h \
packet-tetra.h \
+ packet-tftp.h \
packet-tn3270.h \
packet-tn5250.h \
packet-tns.h \
diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt
index 4e2e69b8dc..79b093b55a 100644
--- a/ui/CMakeLists.txt
+++ b/ui/CMakeLists.txt
@@ -27,6 +27,7 @@ set(COMMON_UI_SRC
export_object_dicom.c
export_object_http.c
export_object_smb.c
+ export_object_tftp.c
follow.c
help_url.c
packet_list_utils.c