summaryrefslogtreecommitdiffstats
path: root/compat/Makefile.am
blob: 75ac7871a162606059e1f6008e67ff0f1ea7c436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
noinst_LIBRARIES = libcompat.a

AM_CPPFLAGS = @STRIP_BEGIN@ \
	      -I$(top_srcdir)/include \
	      -I$(top_builddir)/include \
	      @STRIP_END@

AM_CXXFLAGS = -Wall
AM_CFLAGS = -Wall
AM_LDFLAGS = -lrt

libcompat_a_SOURCES = \
		      Thread.c \
		      error.c \
		      delay.c \
		      gettimeofday.c \
		      gettcpinfo.c \
		      inet_ntop.c \
		      inet_pton.c \
		      signal.c \
		      snprintf.c \
		      string.c