search for: lib20_mail_log_plugin_la_libadd

Displaying 2 results from an estimated 2 matches for "lib20_mail_log_plugin_la_libadd".

2009 Oct 27
1
dovecot-2.0.alpha2 doesn't compile on Mac OS X
...gin.la lib11_imap_quota_plugin_la_SOURCES = \ imap-quota-plugin.c --- a/src/plugins/mail-log/Makefile.am 2009-10-09 13:02:15.000000000 -0500 +++ b/src/plugins/mail-log/Makefile.am 2009-10-27 10:35:58.000000000 -0500 @@ -13,8 +13,9 @@ module_LTLIBRARIES = \ lib20_mail_log_plugin.la -lib20_mail_log_plugin_la_LIBADD = \ - ../notify/lib15_notify_plugin.la +# Apple can't link loadable modules against other loadable modules +#lib20_mail_log_plugin_la_LIBADD = \ +# ../notify/lib15_notify_plugin.la lib20_mail_log_plugin_la_SOURCES = \ mail-log-plugin.c --- a/src/plugins/trash/Makefile.am 2009-10-09 13:02...
2010 Oct 13
1
Missing ACLOCAL_AMFLAGS ?
...uledir' is undefined src/plugins/mail-log/Makefile.am:21: variable `lib20_mail_log_plugin_la_SOURCES' is defined but no program or src/plugins/mail-log/Makefile.am:21: library has `lib20_mail_log_plugin_la' as canonical name (possible typo) src/plugins/mail-log/Makefile.am:17: variable `lib20_mail_log_plugin_la_LIBADD' is defined but no program or src/plugins/mail-log/Makefile.am:17: library has `lib20_mail_log_plugin_la' as canonical name (possible typo) src/plugins/mail-log/Makefile.am:11: variable `lib20_mail_log_plugin_la_LDFLAGS' is defined but no program or src/plugins/mail-log/Makefile.am:11:...