2002-09-02 Marcus Brinkmann <marcus@g10code.de>

* configure.ac: Create and substitute LTLIBOBJS.
This commit is contained in:
Marcus Brinkmann 2002-09-02 13:01:44 +00:00
parent 05c75f41a5
commit bc012f5f2e
2 changed files with 9 additions and 0 deletions

View File

@ -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.

View 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