summaryrefslogtreecommitdiff
path: root/imap4d/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-06-24 10:05:50 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2015-06-24 10:22:52 +0300
commita41e62b9eb33c46ec0897c6c956057d8b797883d (patch)
tree9f51b1f093e20296cbd74cc4cf0659b8ce69abb2 /imap4d/Makefile.am
parentf572e5ac7cbcbc8cdf2bdaef9a873f63ec6b6e6f (diff)
downloadmailutils-a41e62b9eb33c46ec0897c6c956057d8b797883d.tar.gz
mailutils-a41e62b9eb33c46ec0897c6c956057d8b797883d.tar.bz2
Make libmuaux installable shared library.
This commit converts libmuaux into installable shared library that includes selected modules from gnulib. Correspondingly, lubmu_argp is also converted into installable shared library, which is the main purpose of these changes. This should allow other packages which depend on Mailutils to link against libmu_argp even on systems that for some reason choose not to include static libraries in their distribution (vide Debian). Another side effect is that such packages won't need to bother about argp being present on the system, as it is now included in libmuaux.so. * bootstrap.conf: Don't create Makefile.am Build gnulib using libtool and use mu_am_flags custom module * lib/local/modules/mu_am_flags: New file. * configure.ac (MU_APP_LIBRARIES): Use libmu_argp.la (TCPWRAP_LIBRARIES): Add libmutcpwrap.a * lib/Makefile.am: Make libmuaux installable shared library New static library libmutcpwrap.a * libmu_argp/Makefile.am: Make libmu_argp installable shared library * examples/Makefile.am: Use libmu_argp.la * examples/cpp/Makefile.am: Likewise. * imap4d/Makefile.am: Likewise. * mapi/Makefile.am: Likewise. * mh/Makefile.am: Likewise, * pop3d/Makefile.am: Likewise.
Diffstat (limited to 'imap4d/Makefile.am')
-rw-r--r--imap4d/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap4d/Makefile.am b/imap4d/Makefile.am
index ed3697928..f2d0614f0 100644
--- a/imap4d/Makefile.am
+++ b/imap4d/Makefile.am
@@ -87,6 +87,6 @@ imap4d_LDADD = \
## Think about better approach --gray
imap4d_DEPENDENCIES = \
@MU_AUTHLIBS_DEPENDENCY@\
- ../lib/libmuaux.a\
+ ../lib/libmuaux.la\
${MU_LIB_MBOX}\
${MU_LIB_MAILUTILS}

Return to:

Send suggestions and report system problems to the System administrator.