~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-security

« back to all changes in this revision

Viewing changes to g10/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
needed_libs = $(libcommon) ../jnlib/libjnlib.a ../gl/libgnu.a 
31
31
 
32
32
bin_PROGRAMS = gpg2 gpgv2
 
33
noinst_PROGRAMS = $(module_tests)
 
34
TESTS = $(module_tests)
33
35
 
34
36
if ENABLE_BZIP2_SUPPORT
35
37
bzip2_source = compress-bz2.c
57
59
              textfilter.c      \
58
60
              progress.c        \
59
61
              misc.c            \
 
62
              rmd160.c rmd160.h \
60
63
              options.h         \
61
64
              openfile.c        \
62
65
              keyid.c           \
121
124
gpgv2_LDADD = $(LDADD) $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(GPG_ERROR_LIBS) \
122
125
              $(LIBICONV)
123
126
 
 
127
t_common_ldadd = 
 
128
module_tests = t-rmd160
 
129
t_rmd160_SOURCES = t-rmd160.c rmd160.c
 
130
t_rmd160_LDADD = $(t_common_ldadd)
 
131
 
 
132
 
124
133
$(PROGRAMS): $(needed_libs) ../common/libgpgrl.a
125
134
 
126
135
install-data-local: