diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 5 |
2 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2002-09-02 Marcus Brinkmann <[email protected]> + * configure.ac: Create and substitute LTLIBOBJS. + +2002-09-02 Marcus Brinkmann <[email protected]> + Released 0.3.10. * NEWS: Update for 0.3.9 release. 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 |