[svn] GnuPG - r4870 - in trunk: jnlib kbx po
svn author wk
cvs at cvs.gnupg.org
Tue Nov 11 12:45:20 CET 2008
Author: wk
Date: 2008-11-11 12:45:17 +0100 (Tue, 11 Nov 2008)
New Revision: 4870
Modified:
trunk/jnlib/w32-gettext.c
trunk/kbx/ChangeLog
trunk/kbx/Makefile.am
trunk/po/be.po
trunk/po/ca.po
trunk/po/cs.po
trunk/po/da.po
trunk/po/de.po
trunk/po/el.po
trunk/po/eo.po
trunk/po/es.po
trunk/po/et.po
trunk/po/fi.po
trunk/po/fr.po
trunk/po/gl.po
trunk/po/hu.po
trunk/po/id.po
trunk/po/it.po
trunk/po/ja.po
trunk/po/nb.po
trunk/po/pl.po
trunk/po/pt.po
trunk/po/pt_BR.po
trunk/po/ro.po
trunk/po/ru.po
trunk/po/sk.po
trunk/po/sv.po
trunk/po/tr.po
trunk/po/zh_CN.po
trunk/po/zh_TW.po
Log:
Reorder libs in kbx.
Modified: trunk/kbx/ChangeLog
===================================================================
--- trunk/kbx/ChangeLog 2008-11-11 08:22:06 UTC (rev 4869)
+++ trunk/kbx/ChangeLog 2008-11-11 11:45:17 UTC (rev 4870)
@@ -1,3 +1,8 @@
+2008-11-11 Werner Koch <wk at g10code.com>
+
+ * Makefile.am (kbxutil_LDADD): Change order of libs.
+ ($(PROGRAMS)): Ditto for documentation.
+
2008-10-20 Werner Koch <wk at g10code.com>
* keybox-update.c (blob_filecopy): Remove unused arg n_packets.
Modified: trunk/jnlib/w32-gettext.c
===================================================================
--- trunk/jnlib/w32-gettext.c 2008-11-11 08:22:06 UTC (rev 4869)
+++ trunk/jnlib/w32-gettext.c 2008-11-11 11:45:17 UTC (rev 4870)
@@ -69,7 +69,7 @@
/* Written by Ulrich Drepper <drepper at gnu.org>, 1995. */
/* Win32 code written by Tor Lillqvist <tml at iki.fi>. */
-/* Renamed _nl_locale_name, removed unsed carg, removed include files,
+/* Renamed _nl_locale_name, removed unsed args, removed include files,
non-W32 code and changed comments <wk at gnupg.org>. */
/* Mingw headers don't have latest language and sublanguage codes. */
Modified: trunk/kbx/Makefile.am
===================================================================
--- trunk/kbx/Makefile.am 2008-11-11 08:22:06 UTC (rev 4869)
+++ trunk/kbx/Makefile.am 2008-11-11 11:45:17 UTC (rev 4870)
@@ -46,8 +46,8 @@
# requires it - although we don't actually need it. It is easier
# to do it this way.
kbxutil_SOURCES = kbxutil.c $(common_sources)
-kbxutil_LDADD = ../jnlib/libjnlib.a ../gl/libgnu.a ../common/libcommon.a \
+kbxutil_LDADD = ../common/libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a \
$(KSBA_LIBS) $(LIBGCRYPT_LIBS) \
$(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV) $(W32SOCKLIBS)
-$(PROGRAMS) : ../jnlib/libjnlib.a ../gl/libgnu.a ../common/libcommon.a
+$(PROGRAMS) : ../common/libcommon.a ../jnlib/libjnlib.a ../gl/libgnu.a
Modified: trunk/po/be.po [not shown]
Modified: trunk/po/ca.po [not shown]
Modified: trunk/po/cs.po [not shown]
Modified: trunk/po/da.po [not shown]
Modified: trunk/po/de.po [not shown]
Modified: trunk/po/el.po [not shown]
Modified: trunk/po/eo.po [not shown]
Modified: trunk/po/es.po [not shown]
Modified: trunk/po/et.po [not shown]
Modified: trunk/po/fi.po [not shown]
Modified: trunk/po/fr.po [not shown]
Modified: trunk/po/gl.po [not shown]
Modified: trunk/po/hu.po [not shown]
Modified: trunk/po/id.po [not shown]
Modified: trunk/po/it.po [not shown]
Modified: trunk/po/ja.po [not shown]
Modified: trunk/po/nb.po [not shown]
Modified: trunk/po/pl.po [not shown]
Modified: trunk/po/pt.po [not shown]
Modified: trunk/po/pt_BR.po [not shown]
Modified: trunk/po/ro.po [not shown]
Modified: trunk/po/ru.po [not shown]
Modified: trunk/po/sk.po [not shown]
Modified: trunk/po/sv.po [not shown]
Modified: trunk/po/tr.po [not shown]
Modified: trunk/po/zh_CN.po [not shown]
Modified: trunk/po/zh_TW.po [not shown]
More information about the Gnupg-commits
mailing list