]> git.pld-linux.org Git - packages/opensc.git/blob - opensc-libdir.patch
- BR: pkgconfig
[packages/opensc.git] / opensc-libdir.patch
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
3 @@ -1,7 +1,7 @@
4  # Process this file with automake to create Makefile.in
5  
6  bundledir = @BUNDLEDIR@/pkcs11
7 -libdir = @libdir@/pkcs11
8 +pksc11dir = @libdir@/pkcs11
9  includedir = @includedir@/opensc
10  
11  MAINTAINERCLEANFILES = Makefile.in
12 @@ -17,7 +17,8 @@
13         framework-pkcs15init.c debug.c
14  INC = sc-pkcs11.h
15  
16 -lib_LTLIBRARIES = opensc-pkcs11.la libpkcs11.la pkcs11-spy.la
17 +lib_LTLIBRARIES = libpkcs11.la opensc-pkcs11.la
18 +pksc11_LTLIBRARIES = pkcs11-spy.la
19  
20  opensc_pkcs11_la_SOURCES = $(SRC) $(INC)
21  opensc_pkcs11_la_LDFLAGS = -module -avoid-version
This page took 0.05632 seconds and 3 git commands to generate.