Minor formatting change
Showing
2 changed files
with
8 additions
and
3 deletions
... | @@ -20,8 +20,13 @@ | ... | @@ -20,8 +20,13 @@ |
20 | noinst_LTLIBRARIES = libmailutils.la | 20 | noinst_LTLIBRARIES = libmailutils.la |
21 | 21 | ||
22 | INCLUDES = -I${top_srcdir}/include -I${top_builddir}/include/mailutils/gnu @INTLINCS@ | 22 | INCLUDES = -I${top_srcdir}/include -I${top_builddir}/include/mailutils/gnu @INTLINCS@ |
23 | libmailutils_la_SOURCES = basename.c daemon.c md5.c \ | 23 | libmailutils_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 | ||
26 | EXTRA_DIST = alloca.c fnmatch.c getpass.c malloc.c obstack.c \ | 31 | EXTRA_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 \ | ... | ... |
... | @@ -105,7 +105,7 @@ main (int argc, char **argv) | ... | @@ -105,7 +105,7 @@ main (int argc, char **argv) |
105 | 105 | ||
106 | mu_argp_init (program_version, NULL); | 106 | mu_argp_init (program_version, NULL); |
107 | #ifdef WITH_TLS | 107 | #ifdef WITH_TLS |
108 | mu_tls_init_client_argp (); | 108 | mu_tls_init_client_argp (); |
109 | #endif | 109 | #endif |
110 | mu_argp_parse (&argp, &argc, &argv, 0, argp_capa, NULL, &args); | 110 | mu_argp_parse (&argp, &argc, &argv, 0, argp_capa, NULL, &args); |
111 | 111 | ... | ... |
-
Please register or sign in to post a comment