Fix tarball generation (it was missing a file) and regen build goop.

Found by:	@arlake228
This commit is contained in:
Bruce A. Mah 2015-06-30 13:19:38 -07:00
parent 1e20601ffd
commit 883a465a72
No known key found for this signature in database
GPG Key ID: 4984910A8CAAEE8A
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ libiperf_la_SOURCES = \
iperf_util.h \
net.c \
net.h \
portable_endian.h \
queue.h \
tcp_info.c \
tcp_window_size.c \

View File

@ -587,6 +587,7 @@ libiperf_la_SOURCES = \
iperf_util.h \
net.c \
net.h \
portable_endian.h \
queue.h \
tcp_info.c \
tcp_window_size.c \