Add more stuff to the release tarball.

Sort some lists in Makefile.common while we're at it.

Change-Id: I888078f30f7bbe6e5b20e2142c43211e3eb11e31
Reviewed-on: https://code.wireshark.org/review/14815
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-04-04 19:34:09 -07:00
parent edfebac4b0
commit a9e986311a
2 changed files with 19 additions and 12 deletions

View File

@ -90,12 +90,19 @@ EXTRA_DIST = \
Makefile.nmake \
file_util.c \
file_util.h \
popcount.h \
wsgcrypt.h \
inet_aton.h \
strptime.h \
getopt_long.c \
getopt_long.h \
inet_addr-int.h \
inet_aton.c \
inet_aton.h \
inet_ntop.c \
inet_pton.c \
popcount.c \
popcount.h \
strptime.c \
strptime.h \
ws_mempbrk_sse42.c \
wsgcrypt.h \
wsgetopt.h
CLEANFILES = \

View File

@ -60,13 +60,13 @@ LIBWSUTIL_COMMON_SRC = \
os_version_info.c \
plugins.c \
privileges.c \
rc4.c \
report_err.c \
sha1.c \
sha2.c \
sober128.c \
strnatcmp.c \
str_util.c \
rc4.c \
report_err.c \
strnatcmp.c \
tempfile.c \
time_util.c \
type_util.c \
@ -80,8 +80,8 @@ libwsutil_nonrepl_INCLUDES = \
adler32.h \
aes.h \
base64.h \
bits_ctz.h \
bits_count_ones.h \
bits_ctz.h \
bitswap.h \
buffer.h \
clopts_common.h \
@ -109,18 +109,18 @@ libwsutil_nonrepl_INCLUDES = \
mpeg-audio.h \
nstime.h \
os_version_info.h \
pint.h \
plugins.h \
privileges.h \
processes.h \
rc4.h \
report_err.h \
sha1.h \
sha2.h \
sign_ext.h \
sober128.h \
strnatcmp.h \
str_util.h \
pint.h \
rc4.h \
report_err.h \
strnatcmp.h \
tempfile.h \
time_util.h \
type_util.h \