]> git.pld-linux.org Git - packages/opensc.git/blame - opensc-libdir.patch
- one more ATR
[packages/opensc.git] / opensc-libdir.patch
CommitLineData
e03846a0
AF
1--- opensc-0.8.1/src/pkcs11/Makefile.am.wiget 2003-09-30 09:11:33.000000000 +0200
2+++ opensc-0.8.1/src/pkcs11/Makefile.am 2003-10-08 12:17:05.944565027 +0200
4f32a560
JB
3@@ -1,7 +1,7 @@
4 # Process this file with automake to create Makefile.in
5
e03846a0 6 bundledir = @BUNDLEDIR@/pkcs11
4f32a560 7-libdir = @libdir@/pkcs11
e03846a0
AF
8+pksc11dir = @libdir@/pkcs11
9 includedir = @includedir@/opensc
4f32a560
JB
10
11 MAINTAINERCLEANFILES = Makefile.in
e03846a0 12@@ -17,7 +17,8 @@
4f32a560
JB
13 framework-pkcs15init.c debug.c
14 INC = sc-pkcs11.h
15
e03846a0 16-lib_LTLIBRARIES = opensc-pkcs11.la libpkcs11.la pkcs11-spy.la
eeda8288
JB
17+lib_LTLIBRARIES = libpkcs11.la opensc-pkcs11.la
18+pksc11_LTLIBRARIES = pkcs11-spy.la
4f32a560
JB
19
20 opensc_pkcs11_la_SOURCES = $(SRC) $(INC)
21 opensc_pkcs11_la_LDFLAGS = -module -avoid-version
This page took 0.08004 seconds and 4 git commands to generate.