iperf3-tls/compat/Makefile.am

19 lines
382 B
Makefile
Raw Normal View History

2007-08-29 21:57:27 +00:00
noinst_LIBRARIES = libcompat.a
AM_CPPFLAGS = @STRIP_BEGIN@ \
2007-08-29 22:02:04 +00:00
-I$(top_srcdir)/include \
2007-08-29 22:07:15 +00:00
-I$(top_builddir)/include \
2007-08-29 22:02:04 +00:00
@STRIP_END@
2007-08-29 21:57:27 +00:00
libcompat_a_SOURCES = \
Thread.c \
error.c \
delay.cpp \
gettimeofday.c \
2007-08-29 22:07:15 +00:00
headers_slim.h \
2007-08-29 21:57:27 +00:00
inet_ntop.c \
inet_pton.c \
signal.c \
snprintf.c \
string.c