1#
2# Part of the ht://Dig package   <http://www.htdig.org/>
3# Copyright (c) 1999, 2000, 2001 The ht://Dig Group
4# For copyright details, see the file COPYING in your distribution
5# or the GNU General Public License version 2 or later
6# <http://www.gnu.org/copyleft/gpl.html>
7#
8noinst_LTLIBRARIES = libclib.la
9
10libclib_la_SOURCES = myqsort.c alloca2.c \
11getcwd2.c \
12memcmp2.c \
13memcpy2.c \
14memmove2.c \
15raise2.c \
16snprintf2.c \
17strcasecmp2.c \
18strcasestr2.c \
19strerror2.c \
20strncasecmp2.c \
21strncoll2.c \
22vsnprintf2.c
23
24
25#libclib_la_LIBADD = @LIBOBJS@ @ALLOCA@
26
27pkginclude_HEADERS = \
28	myqsort.h \
29	clib.h
30