~ubuntu-branches/ubuntu/hardy/opencryptoki/hardy

« back to all changes in this revision

Viewing changes to testcases/login/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-01-24 14:22:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080124142258-i0nmjvqoy6wxe8x1
Tags: 2.2.5+dfsg-1ubuntu1
* Merge from debian unstable
* debian/libopencryptoki0.install, debian/libopencryptoki-dev.install: 
  - removed /usr/lib/opencryptoki/stdll/*, it's empty now
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
noinst_PROGRAMS=login init_tok set_pin init_pin digest_init
2
 
 
3
 
AM_CFLAGS=-g -O0 -I/usr/include -I. -I../../usr/include/pkcs11 -I ../include
4
 
AM_LDFLAGS =-L../common -lc  -ldl -lpthread -lcommon
5
 
 
6
 
login_SOURCES = login.c
7
 
 
8
 
init_tok_SOURCES = init_tok.c
9
 
 
10
 
set_pin_SOURCES = set_pin.c
11
 
 
12
 
init_pin_SOURCES = init_pin.c
13
 
 
14
 
digest_init_SOURCES = digest_init.c
15