diff --git a/ChangeLog b/ChangeLog index 269704e9..c8609fcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-09-02 Marcus Brinkmann + + * configure.ac: Create and substitute LTLIBOBJS. + 2002-09-02 Marcus Brinkmann Released 0.3.10. diff --git a/configure.ac b/configure.ac index 44cf90d9..62f66c78 100644 --- a/configure.ac +++ b/configure.ac @@ -252,6 +252,11 @@ GPGME_CONFIG_CFLAGS="" AC_SUBST(GPGME_CONFIG_LIBS) AC_SUBST(GPGME_CONFIG_CFLAGS) +dnl Frob'da Variables +LTLIBOBJS=`echo "$LIB@&t@OBJS" | + sed 's,\.[[^.]]* ,.lo ,g;s,\.[[^.]]*$,.lo,'` +AC_SUBST(LTLIBOBJS) + dnl dnl Create config files dnl