2002-09-02 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Mon, 2 Sep 2002 13:01:44 +0000 (13:01 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Mon, 2 Sep 2002 13:01:44 +0000 (13:01 +0000)
* configure.ac: Create and substitute LTLIBOBJS.

ChangeLog
configure.ac

index 269704e9613e9e74ec8e10173d311ce158dc2801..c8609fcdad172bd7a886d51c13f915a0a85132c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-02  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Create and substitute LTLIBOBJS.
+
 2002-09-02  Marcus Brinkmann  <marcus@g10code.de>
 
        Released 0.3.10.
index 44cf90d9219355f8ffdf35c728a76d870024dec2..62f66c7849851b26c880316937b65c14c3bcf155 100644 (file)
@@ -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