Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4ed1808b
...
4ed1808bb35e97b7fb8cfdf4b2db70abd84b87e8
authored
2004-01-08 16:30:57 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor formatting change
1 parent
456e7451
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
lib/Makefile.am
messages/messages.c
lib/Makefile.am
View file @
4ed1808
...
...
@@ -20,8 +20,13 @@
noinst_LTLIBRARIES
=
libmailutils.la
INCLUDES
=
-I
${
top_srcdir
}
/include -I
${
top_builddir
}
/include/mailutils/gnu @INTLINCS@
libmailutils_la_SOURCES
=
basename.c daemon.c md5.c
\
mu_dbm.c xstrdup.c xmalloc.c
libmailutils_la_SOURCES
=
\
basename.c
\
daemon.c
\
md5.c
\
mu_dbm.c
\
xstrdup.c
\
xmalloc.c
EXTRA_DIST
=
alloca.c fnmatch.c getpass.c malloc.c obstack.c
\
realloc.c setenv.c snprintf.c strncasecmp.c
\
...
...
messages/messages.c
View file @
4ed1808
...
...
@@ -105,7 +105,7 @@ main (int argc, char **argv)
mu_argp_init
(
program_version
,
NULL
);
#ifdef WITH_TLS
mu_tls_init_client_argp
();
mu_tls_init_client_argp
();
#endif
mu_argp_parse
(
&
argp
,
&
argc
,
&
argv
,
0
,
argp_capa
,
NULL
,
&
args
);
...
...
Please
register
or
sign in
to post a comment