aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-02-25 11:35:12 -0800
committerGuy Harris <guy@alum.mit.edu>2016-02-25 19:36:07 +0000
commit703553aa6efb4e9c09cf1e2e8218e5e083e29997 (patch)
treeef8dfa4f2894a8a8c2099b2faf9f5e35d8e16200 /extcap
parentc51d8595511f9fc4f04eb5d58efa1fe52e1b30f5 (diff)
Put extcap-base.h into the release tarball.
Change-Id: I17213b20c26acfb9e5b3de251b3f90a8e23ce0a7 Reviewed-on: https://code.wireshark.org/review/14146 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'extcap')
-rw-r--r--extcap/Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/extcap/Makefile.common b/extcap/Makefile.common
index e727ea60cc..a2f26a69b1 100644
--- a/extcap/Makefile.common
+++ b/extcap/Makefile.common
@@ -32,3 +32,6 @@ randpktdump_SOURCES = \
# sshdump specifics
sshdump_SOURCES = \
sshdump.c
+
+noinst_HEADERS = \
+ extcap-base.h