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

« back to all changes in this revision

Viewing changes to 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,
114
114
ETAGS = etags
115
115
CTAGS = ctags
116
116
DIST_SUBDIRS = m4 intl gl jnlib common kbx g10 sm agent scd tools po \
117
 
        doc tests
 
117
        doc
118
118
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
119
119
distdir = $(PACKAGE)-$(VERSION)
120
120
top_distdir = $(distdir)
336
336
@BUILD_AGENT_TRUE@agent = agent
337
337
@BUILD_SCDAEMON_FALSE@scd = 
338
338
@BUILD_SCDAEMON_TRUE@scd = scd
339
 
@HAVE_W32_SYSTEM_FALSE@tests = tests
340
 
@HAVE_W32_SYSTEM_TRUE@tests = 
 
339
 
 
340
#if HAVE_W32_SYSTEM
 
341
#tests =
 
342
#else
 
343
#tests = tests
 
344
#endif
341
345
SUBDIRS = m4 intl gl jnlib common ${kbx} \
342
346
 ${gpg} ${sm} ${agent} ${scd} tools po doc ${tests}
343
347