# Automatically generated by Autodist 1.3.1 from Makefile.ad.  Do not edit.
# To make changes edit the ./lib/contrib/Makefile.ad file in the source tree.

# Source: ./lib/contrib/Makefile.ad
# Generated: Tue Mar  6 22:34:52 CET 2007 by pat
# Distribution: Server
# License: 

#
#  Makefile.am
#
#  Author: Pekka Riikonen <priikone@silcnet.org>
#
#  Copyright (C) 2000 - 2005 Pekka Riikonen
#
#  This program is free software; you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation; version 2 of the License.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#

AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign

noinst_LTLIBRARIES = libcontrib.la

if HAVE_REGEX
REGEX =
else
REGEX = regexpr.c
endif

STRINGPREP = nfkc.c rfc3454.c stringprep.c

if SILC_WIN32
libcontrib_la_SOURCES = getopti.c $(STRINGPREP)
else
libcontrib_la_SOURCES = getopti.c $(STRINGPREP) $(REGEX)
endif


EXTRA_DIST = *.c *.h

include $(top_srcdir)/Makefile.defines.in



syntax highlighted by Code2HTML, v. 0.9.1