aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-09-02 13:01:44 +0000
committerMarcus Brinkmann <[email protected]>2002-09-02 13:01:44 +0000
commitbc012f5f2e43ceb29170f7a671ffeefb642004c7 (patch)
treed4efc1d4496ddb071ff58414ac0e8974ea63b8bd /configure.ac
parent2002-09-02 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-bc012f5f2e43ceb29170f7a671ffeefb642004c7.tar.gz
gpgme-bc012f5f2e43ceb29170f7a671ffeefb642004c7.zip
2002-09-02 Marcus Brinkmann <[email protected]>
* configure.ac: Create and substitute LTLIBOBJS.
Diffstat (limited to '')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
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