summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-01-08 16:30:57 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-01-08 16:30:57 +0000
commit4ed1808bb35e97b7fb8cfdf4b2db70abd84b87e8 (patch)
tree0e59298625837571f6c64f29d41d843c357f451b /lib
parent456e74513ed87fe44e704cabb32247d07c57a879 (diff)
downloadmailutils-4ed1808bb35e97b7fb8cfdf4b2db70abd84b87e8.tar.gz
mailutils-4ed1808bb35e97b7fb8cfdf4b2db70abd84b87e8.tar.bz2
Minor formatting change
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 110dde5fe..f09f3c0ee 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -20,8 +20,13 @@
20noinst_LTLIBRARIES = libmailutils.la 20noinst_LTLIBRARIES = libmailutils.la
21 21
22INCLUDES = -I${top_srcdir}/include -I${top_builddir}/include/mailutils/gnu @INTLINCS@ 22INCLUDES = -I${top_srcdir}/include -I${top_builddir}/include/mailutils/gnu @INTLINCS@
23libmailutils_la_SOURCES = basename.c daemon.c md5.c \ 23libmailutils_la_SOURCES = \
24 mu_dbm.c xstrdup.c xmalloc.c 24 basename.c\
25 daemon.c\
26 md5.c\
27 mu_dbm.c\
28 xstrdup.c\
29 xmalloc.c
25 30
26EXTRA_DIST = alloca.c fnmatch.c getpass.c malloc.c obstack.c \ 31EXTRA_DIST = alloca.c fnmatch.c getpass.c malloc.c obstack.c \
27 realloc.c setenv.c snprintf.c strncasecmp.c \ 32 realloc.c setenv.c snprintf.c strncasecmp.c \

Return to:

Send suggestions and report system problems to the System administrator.