aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2013-02-28 15:27:15 +0000
committerBalint Reczey <balint@balintreczey.hu>2013-02-28 15:27:15 +0000
commit1826e2f2194c345260d0f4fadeded8fecb32d54d (patch)
tree4072ad0979a8b018c73d8dbeb5c282f0bd388655 /Makefile.common
parent98ea7d3a8dd253d7138f17f6d5463874685e321d (diff)
Add ws_symbol_export.h WIRESHARK_COMMON_INCLUDES to fix failing distcheck
svn path=/trunk/; revision=47941
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 8e79054edc..90283361bb 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -86,7 +86,8 @@ WIRESHARK_COMMON_INCLUDES = \
timestats.h \
tap-megaco-common.h \
tap-rtp-common.h \
- version_info.h
+ version_info.h \
+ ws_symbol_export.h
# sources common for wireshark and tshark, but not rawshark;
# these are for programs that capture traffic by running dumpcap