1##
2##  $Id: Makefile.am,v 1.31 2005/04/28 18:43:14 bboy Exp $
3##
4
5EXTRA_DIST		=	README
6
7noinst_LIBRARIES	=	libmydnsutil.a
8
9noinst_HEADERS		=	mydnsutil.h gettext.h getopt.h
10
11INCLUDES		=	@INTLINCLUDE@ @SQLINCLUDE@
12
13libmydnsutil_a_SOURCES	=	alloca.c \
14				cidr.c \
15				conf.c \
16				error.c \
17				getopt.c getopt1.c \
18				getoptstr.c \
19				inet_pton.c \
20				inet_ntop.c \
21				ip.c \
22				memoryman.c \
23				passinput.c \
24				string.c \
25				strsep.c \
26				strsep_quotes.c \
27				wildcard.c
28
29libmydnsutil_a_LIBADD	=	@ALLOCA@
30
31ctags:
32	ctags *.[chy] ../config.h
33
34## vi:set ts=3:
35