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.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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. | ... | ... |
-
Please register or sign in to post a comment