Makefile.am
806 Bytes
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
noinst_LTLIBRARIES = libmailutils.la
SUBDIRS = posix
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/include/gnu
libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \
mu_dbm.c xstrdup.c xmalloc.c \
pin.c
EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \
realloc.c setenv.c snprintf.c strncasecmp.c \
strcasecmp.c strsignal.c xstrtol.c vasprintf.c \
utmp.c
noinst_HEADERS = error.h fnmatch.h md5.h \
mu_dbm.h\
regex.h snprintf.h xalloc.h xstrtol.h obstack.h \
mu_asprintf.h
libmailutils_la_LIBADD = @LTLIBOBJS@ @ALLOCA@