]> sjero.net Git - iperf/blob - compat/Makefile.am
Original 2.0.2 iperf sources
[iperf] / compat / Makefile.am
1 noinst_LIBRARIES = libcompat.a
2
3 AM_CPPFLAGS = @STRIP_BEGIN@ \
4               -I$(top_srcdir)/include \
5               -I$(top_builddir)/include \
6               @STRIP_END@
7
8 libcompat_a_SOURCES = \
9                       Thread.c \
10                       error.c \
11                       delay.cpp \
12                       gettimeofday.c \
13                       headers_slim.h \
14                       inet_ntop.c \
15                       inet_pton.c \
16                       signal.c \
17                       snprintf.c \
18                       string.c