1PACKAGE = @PACKAGE@
2VERSION = @VERSION@
3man3_MANS = ident.3
4
5lib_LTLIBRARIES = libident.la
6libident_la_SOURCES = ident.c id_open.c id_close.c id_query.c id_parse.c \
7		     ident.h support.c
8include_HEADERS = ident.h
9
10ACLOCAL_AMFLAGS = -I .
11EXTRA_DIST = sockaddr.m4 identtestd-xinetd $(man3_MANS) in.identtestd.8
12
13if TESTERS
14sbin_PROGRAMS = in.identtestd
15in_identtestd_SOURCES = ident-tester.c
16in_identtestd_LDADD = libident.la
17man8_MANS = in.identtestd.8
18
19noinst_PROGRAMS = lookup-tester
20lookup_tester_SOURCES = lookup-tester.c
21lookup_tester_LDADD = libident.la
22endif
23