# Automatically generated by Autodist 1.3 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: Mon Dec 19 14:00:28 EET 2005 by priikone # Distribution: Toolkit # License: distdir/TOOLKIT # # Makefile.am # # Author: Pekka Riikonen # # Copyright (C) 2000 - 2005 Pekka Riikonen # # The contents of this file are subject to one of the Licenses specified # in the COPYING file; You may not use this file except in compliance # with the License. # # The software distributed under the License is distributed on an "AS IS" # basis, in the hope that it will be useful, but WITHOUT WARRANTY OF ANY # KIND, either expressed or implied. See the COPYING file for more # information. # 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 if HAVE_REGEX REGEXH = else REGEXH = regexpr.h endif include_HEADERS = $(REGEXH) getopti.h gunicomp.h gunidecomp.h stringprep.h EXTRA_DIST = *.c *.h include $(top_srcdir)/Makefile.defines.in