summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index a25881746..1477b9432 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -6,10 +6,9 @@ noinst_LTLIBRARIES = libmailutils.la
6 6
7SUBDIRS = posix 7SUBDIRS = posix
8 8
9INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/include/gnu 9INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/include/mailutils/gnu
10libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \ 10libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \
11 mu_dbm.c xstrdup.c xmalloc.c \ 11 mu_dbm.c xstrdup.c xmalloc.c
12 pin.c
13 12
14EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \ 13EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \
15 realloc.c setenv.c snprintf.c strncasecmp.c \ 14 realloc.c setenv.c snprintf.c strncasecmp.c \

Return to:

Send suggestions and report system problems to the System administrator.