~ubuntu-branches/ubuntu/jaunty/trousers/jaunty

« back to all changes in this revision

Viewing changes to src/trspi/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-01-23 22:03:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080123220300-fhtqja3c0oq0gp6z
Tags: 0.3.1-4
* Added patch from Aaron M. Ucko <ucko@debian.org> to allow trousers to
  build successfully on amd64, and presumably also other 64-bit
  architectures (Closes: #457400).
* Including udev rule for /dev/tpm from William Lima
  <wlima.amadeus@gmail.com> as suggested by David Smith <dds@google.com>
  (Closes: #459682).
* Added lintian overrides.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
noinst_LTLIBRARIES=libtrousers.la
2
2
 
3
 
libtrousers_la_SOURCES=trousers.c crypto/@CRYPTO_PACKAGE@/crypto.c
 
3
libtrousers_la_SOURCES=trousers.c crypto/@CRYPTO_PACKAGE@/hash.c
4
4
libtrousers_la_CFLAGS=-DAPPID=\"TSPI\"
5
5
 
6
 
clean:
7
 
        rm -f libtrousers.a *.o crypto/*/*.o
 
6
if TSS_BUILD_ASYM_CRYPTO
 
7
libtrousers_la_SOURCES+=crypto/@CRYPTO_PACKAGE@/rsa.c
 
8
endif
 
9
if TSS_BUILD_SYM_CRYPTO
 
10
libtrousers_la_SOURCES+=crypto/@CRYPTO_PACKAGE@/symmetric.c
 
11
endif