diff options
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 37db611..e6c8f86 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -49,7 +49,8 @@ iperf_SOURCES = \ tcp_window_size.c \ pdfs.c \ dscp.c \ - iperf_formattime.c + iperf_formattime.c \ + iperf_multicast_api.c iperf_LDADD = $(LIBCOMPAT_LDADDS) |