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

« back to all changes in this revision

Viewing changes to testcases/driver/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=driver
2
 
 
3
 
AM_CFLAGS=-I. -I../../usr/include/pkcs11 -I../include
4
 
driver_CFLAGS=$(AM_CFLAGS)
5
 
 
6
 
driver_LDFLAGS=-L../common -lc  -ldl -lpthread -lcommon
7
 
 
8
 
driver_SOURCES = aes_func.c des_func.c des3_func.c digest_func.c driver.c \
9
 
                 dsa_func.c misc_func.c obj_mgmt.c rsa_func.c  \
10
 
                 sess_mgmt.c ssl3_func.c md5.c dh_func.c
11