Add queue.h to Makefile so will be included in package generated by 'make dist'

This commit is contained in:
Andy Lake 2013-07-11 14:07:41 -04:00
parent ba51358f7c
commit 861c06d862
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ libiperf_a_SOURCES = \
locale.h \
net.c \
net.h \
queue.h \
tcp_info.c \
tcp_window_size.c \
tcp_window_size.h \

View File

@ -257,6 +257,7 @@ libiperf_a_SOURCES = \
locale.h \
net.c \
net.h \
queue.h \
tcp_info.c \
tcp_window_size.c \
tcp_window_size.h \