summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-02-18 09:10:36 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-02-18 09:10:36 +0000
commitfec8703e6fa70950c1d7e3f88b44296f2f01c0f3 (patch)
treebcf938046d20d055db3b954981a4c7f3bab63748 /lib
parent74b94df3b81a1efb27fbf9895128a4fb48f929ef (diff)
downloadmailutils-fec8703e6fa70950c1d7e3f88b44296f2f01c0f3.tar.gz
mailutils-fec8703e6fa70950c1d7e3f88b44296f2f01c0f3.tar.bz2
Add vsyslog.c
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 599bf35ff..5873e44c7 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -24,13 +24,13 @@ SUBDIRS = posix
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@
libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \
mu_dbm.c xstrdup.c xmalloc.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 \
+ strcasecmp.c strsignal.c xstrtol.c vasprintf.c vsyslog.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

Return to:

Send suggestions and report system problems to the System administrator.