~ubuntu-branches/ubuntu/precise/gnupg2/precise-proposed

« back to all changes in this revision

Viewing changes to kbx/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2006-01-24 04:31:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060124043142-pbg192or6qxv3yk2
Tags: 1.9.20-1
* New Upstream version. Closes:#306890,#344530
  * Closes:#320490: gpg-protect-tool fails to decrypt PKCS-12 files 
* Depend on libopensc2-dev, not -1-. Closes:#348106

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
# Note that libcommon is only required to resolve the LIBOBJS.
47
47
kbxutil_SOURCES = kbxutil.c $(common_sources)
48
 
kbxutil_LDADD   = ../gl/libgnu.a ../jnlib/libjnlib.a  \
 
48
kbxutil_LDADD   = ../jnlib/libjnlib.a ../gl/libgnu.a \
49
49
                  $(KSBA_LIBS) $(LIBGCRYPT_LIBS) \
50
50
                  -lgpg-error $(LIBINTL) ../common/libcommon.a
51
51