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
0e9867f7
...
0e9867f766cca33ed73a25588374404eafdddbe2
authored
2007-07-17 20:23:31 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added ${MU_LIB_MAILER}.
1 parent
16f5621e
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
1 deletions
examples/Makefile.am
guimb/Makefile.am
libmu_scm/Makefile.am
mail.remote/Makefile.am
mail/Makefile.am
mh/Makefile.am
sieve/Makefile.am
examples/Makefile.am
View file @
0e9867f
...
...
@@ -73,9 +73,16 @@ mimetest_LDADD =\
@MU_AUTHLIBS@
\
${
MU_LIB_MAILUTILS
}
msg_send_LDADD
=
\
../lib/libmuaux.la
\
${
MU_LIB_MAILER
}
\
@MU_AUTHLIBS@
\
${
MU_LIB_MAILUTILS
}
mta_LDADD
=
\
../lib/libmuaux.la
\
${
MU_LIB_MBOX
}
\
${
MU_LIB_MAILER
}
\
${
MU_LIB_MAILUTILS
}
sfrom_LDADD
=
\
...
...
guimb/Makefile.am
View file @
0e9867f
...
...
@@ -33,6 +33,7 @@ guimb_LDADD = \
${
MU_LIB_NNTP
}
\
${
MU_LIB_MH
}
\
${
MU_LIB_MAILDIR
}
\
${
MU_LIB_MAILER
}
\
${
MU_LIB_AUTH
}
\
@MU_AUTHLIBS@
\
${
MU_LIB_MAILUTILS
}
\
...
...
libmu_scm/Makefile.am
View file @
0e9867f
...
...
@@ -45,6 +45,7 @@ libmu_scm_la_LIBADD = \
${
MU_LIB_NNTP
}
\
${
MU_LIB_MH
}
\
${
MU_LIB_MAILDIR
}
\
${
MU_LIB_MAILER
}
\
${
MU_LIB_MAILUTILS
}
\
@GUILE_LIBS@
...
...
mail.remote/Makefile.am
View file @
0e9867f
...
...
@@ -29,6 +29,7 @@ mail_remote_SOURCES = mail.remote.c
mail_remote_LDADD
=
\
../lib/libmuaux.la
\
${
MU_LIB_AUTH
}
\
${
MU_LIB_MAILER
}
\
@MU_AUTHLIBS@
\
${
MU_LIB_MAILUTILS
}
\
@MU_COMMON_LIBRARIES@
...
...
mail/Makefile.am
View file @
0e9867f
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 1999,
2000, 2001, 2002, 2005
Free Software Foundation, Inc.
## Copyright (C) 1999,
2000,2001,2002,2005,2007
Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
...
...
@@ -31,6 +31,7 @@ mail_LDADD = \
${
MU_LIB_NNTP
}
\
${
MU_LIB_MH
}
\
${
MU_LIB_MAILDIR
}
\
${
MU_LIB_MAILER
}
\
${
MU_LIB_AUTH
}
\
@MU_AUTHLIBS@
\
${
MU_LIB_MAILUTILS
}
\
...
...
mh/Makefile.am
View file @
0e9867f
...
...
@@ -134,6 +134,7 @@ mh_LIBS = \
${
MU_LIB_MH
}
\
${
MU_LIB_NNTP
}
\
${
MU_LIB_MAILDIR
}
\
${
MU_LIB_MAILER
}
\
${
MU_LIB_AUTH
}
\
@MU_AUTHLIBS@
\
${
MU_LIB_MAILUTILS
}
\
...
...
sieve/Makefile.am
View file @
0e9867f
...
...
@@ -31,6 +31,7 @@ sieve_LDADD =\
${
MU_LIB_NNTP
}
\
${
MU_LIB_MH
}
\
${
MU_LIB_MAILDIR
}
\
${
MU_LIB_MAILER
}
\
${
MU_LIB_AUTH
}
\
@MU_AUTHLIBS@
\
${
MU_LIB_MAILUTILS
}
\
...
...
Please
register
or
sign in
to post a comment