Commit c9e42006 c9e42006d2dd6eda19c0455c97e6e6e2f4b4a4f6 by Sergey Poznyakoff

Fix linking

* configure.ac (MU_APP_LIBRARIES): Add libmuaux.la. This
complements a41e62b9 and fixes linking on systems that are unable to track
dynamic library dependencies.
1 parent 31e90a81
...@@ -57,7 +57,7 @@ AC_SUBST(mu_aux_dir,'$(top_srcdir)/mu-aux') ...@@ -57,7 +57,7 @@ AC_SUBST(mu_aux_dir,'$(top_srcdir)/mu-aux')
57 AC_SUBST(MU_SIEVE_MODDIR,'$(libdir)/$(PACKAGE)') 57 AC_SUBST(MU_SIEVE_MODDIR,'$(libdir)/$(PACKAGE)')
58 58
59 AC_SUBST(MU_COMMON_LIBRARIES,'$(LTLIBINTL) $(LTLIBICONV)') 59 AC_SUBST(MU_COMMON_LIBRARIES,'$(LTLIBINTL) $(LTLIBICONV)')
60 AC_SUBST(MU_APP_LIBRARIES,'${top_builddir}/libmu_argp/libmu_argp.la ${top_builddir}/libmu_cfg/libmu_cfg.la') 60 AC_SUBST(MU_APP_LIBRARIES,'${top_builddir}/libmu_argp/libmu_argp.la ${top_builddir}/libmu_cfg/libmu_cfg.la ${top_builddir}/lib/libmuaux.la')
61 61
62 # There are two sets of include directories: MU_LIB_COMMON_INCLUDES, used 62 # There are two sets of include directories: MU_LIB_COMMON_INCLUDES, used
63 # by the libraries, and MU_APP_COMMON_INCLUDES, which is used by applications. 63 # by the libraries, and MU_APP_COMMON_INCLUDES, which is used by applications.
......