aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-11-11 09:46:16 -0800
committerGuy Harris <guy@alum.mit.edu>2015-11-11 17:46:52 +0000
commitec289edf3e31604fadd35c040b9cb6f35123033e (patch)
tree26e638655255a9c1249c6548e1ab1618f651c81e /Makefile.common
parentc4b4b9a59cc0545983ec787a6901d9128268fcfe (diff)
Put randpkt-core.h into the release tarball.
Change-Id: I9c887b3e683ecd035fb3d16d64c5ce1285b97865 Reviewed-on: https://code.wireshark.org/review/11736 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 4cc9984581..9993e49cd8 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -149,6 +149,10 @@ randpkt_SOURCES = \
randpkt.c \
randpkt-core.c
+# corresponding headers
+randpkt_INCLUDES = \
+ randpkt-core.h
+
# dumpcap specifics
dumpcap_SOURCES = \
capture_opts.c \