aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-04-05 00:40:18 +0100
committerJoão Valverde <j@v6e.pt>2016-04-04 23:43:56 +0000
commit74dccdc3b965b6d5144dca1ce15f19054f938046 (patch)
tree9ad70d38b418acdafd48bc2fc219c34834e3b9fc
parentecb4dc396ef71feb67aeda7603e09b0cea0bc920 (diff)
Fix 'make dist' ws_diag_control.h dependency
Change-Id: Ice9e40700631aed3ec0246232e287735ead22146 Reviewed-on: https://code.wireshark.org/review/14810 Reviewed-by: João Valverde <j@v6e.pt>
-rw-r--r--Makefile.common3
-rw-r--r--wsutil/Makefile.common1
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 0b09f61591..bcdc6e195a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -167,4 +167,5 @@ noinst_HEADERS = \
$(SHARK_COMMON_INCLUDES) \
$(EXTCAP_COMMON_INCLUDES) \
$(WIRESHARK_COMMON_INCLUDES) \
- $(dumpcap_INCLUDES)
+ $(dumpcap_INCLUDES) \
+ ws_diag_control.h
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index 137cdf0916..177a6f1fa8 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -127,7 +127,6 @@ libwsutil_nonrepl_INCLUDES = \
unicode-utils.h \
utf8_entities.h \
ws_cpuid.h \
- ws_diag_control.h \
ws_mempbrk.h \
ws_mempbrk_int.h \
ws_version_info.h