aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2018-09-28 10:35:23 -0700
committerBruce A. Mah <bmah@es.net>2018-09-28 10:35:23 -0700
commitd13fa7ce39a30cb67f5660a9c1aeabc99af601ae (patch)
treef88122e90a12098e193b0c5c1be59776a7de4062 /src/Makefile.am
parent197d27ac767fed37228d21499ec118046cd486d4 (diff)
parentcde81d76400a5eaed1e7986fc5df62b420122aeb (diff)
downloadiperf3-d13fa7ce39a30cb67f5660a9c1aeabc99af601ae.tar.gz
Merge branch 'iperf_time' of https://github.com/accelleran/iperf into accelleran-iperf_time
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e95722d..5be8562 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,7 +31,9 @@ libiperf_la_SOURCES = \
iperf_sctp.h \
iperf_util.c \
iperf_util.h \
- dscp.c \
+ iperf_time.c \
+ iperf_time.h \
+ dscp.c \
net.c \
net.h \
portable_endian.h \