From 5678a10f91ef0a15f478c889c4dff49cae0b18c5 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 2 Sep 2002 13:01:44 +0000 Subject: [PATCH] 2002-09-02 Marcus Brinkmann * configure.ac: Create and substitute LTLIBOBJS. --- trunk/ChangeLog | 4 ++++ trunk/configure.ac | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/trunk/ChangeLog b/trunk/ChangeLog index 269704e..c8609fc 100644 --- a/trunk/ChangeLog +++ b/trunk/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/trunk/configure.ac b/trunk/configure.ac index 44cf90d..62f66c7 100644 --- a/trunk/configure.ac +++ b/trunk/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 -- 2.26.2