projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05c75f4
)
2002-09-02 Marcus Brinkmann <marcus@g10code.de>
author
Marcus Brinkmann
<mb@g10code.com>
Mon, 2 Sep 2002 13:01:44 +0000
(13:01 +0000)
committer
Marcus Brinkmann
<mb@g10code.com>
Mon, 2 Sep 2002 13:01:44 +0000
(13:01 +0000)
* configure.ac: Create and substitute LTLIBOBJS.
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/configure.ac
b/configure.ac
index 44cf90d9219355f8ffdf35c728a76d870024dec2..62f66c7849851b26c880316937b65c14c3bcf155 100644
(file)
--- 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