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

« back to all changes in this revision

Viewing changes to kbx/Makefile.in

  • 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:
1
 
# Makefile.in generated by automake 1.9.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
34
34
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
35
35
 
36
36
 
37
 
SOURCES = $(libkeybox_a_SOURCES) $(kbxutil_SOURCES)
38
 
 
39
37
srcdir = @srcdir@
40
38
top_srcdir = @top_srcdir@
41
39
VPATH = @srcdir@
115
113
am_kbxutil_OBJECTS = kbxutil.$(OBJEXT) $(am__objects_1)
116
114
kbxutil_OBJECTS = $(am_kbxutil_OBJECTS)
117
115
am__DEPENDENCIES_1 =
118
 
kbxutil_DEPENDENCIES = ../gl/libgnu.a ../jnlib/libjnlib.a \
 
116
kbxutil_DEPENDENCIES = ../jnlib/libjnlib.a ../gl/libgnu.a \
119
117
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
120
118
        $(am__DEPENDENCIES_1) ../common/libcommon.a
121
119
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
348
346
 
349
347
# Note that libcommon is only required to resolve the LIBOBJS.
350
348
kbxutil_SOURCES = kbxutil.c $(common_sources)
351
 
kbxutil_LDADD = ../gl/libgnu.a ../jnlib/libjnlib.a  \
 
349
kbxutil_LDADD = ../jnlib/libjnlib.a ../gl/libgnu.a \
352
350
                  $(KSBA_LIBS) $(LIBGCRYPT_LIBS) \
353
351
                  -lgpg-error $(LIBINTL) ../common/libcommon.a
354
352