1include $(top_srcdir)/Makefile.am.common
2
3lib_LIBRARIES = libcompat.a
4
5libcompat_a_SOURCES = getopt1.c \
6	getopt.c \
7	inet_aton.c \
8	inet_ntop.c \
9	strcasecmp.c \
10	strerror.c \
11	strlcat.c \
12	strlcpy.c
13
14
15#libcompat_a_LIBADD =  @LIBOBJS@
16
17
18DISTCLEANFILES = *~
19
20
21EXTRA_DIST = compat.h \
22	getopt.h
23