From 345b6c6abf0a515f71034b28947c4d5c8290b5a3 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Sat, 11 Dec 2010 01:40:17 +0000 Subject: [PATCH] fixed configure command git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@379 96b47cad-a561-4643-ad3b-153ac7d7599c --- ccid/README.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccid/README.dox b/ccid/README.dox index e2b7d4a..86d4a08 100644 --- a/ccid/README.dox +++ b/ccid/README.dox @@ -56,8 +56,8 @@ If you have a local build of OpenSSL with OpenPACE, that you want to link against use something like the following command: ./configure \ OPENSSL_CFLAGS="-I/path/to/openssl-1.0.0c_with_openpace-0.4/include" \ - LIBPACE_CFLAGS="-I/path/to/openssl-1.0.0c_with_openpace-0.4/include -I/path/to/libpace-0.1/src" - OPENSSL_LIBS="-L/path/to/openssl-1.0.0c_with_openpace-0.4 -lcrypto" + LIBPACE_CFLAGS="-I/path/to/openssl-1.0.0c_with_openpace-0.4/include -I/path/to/libpace-0.1/src" \ + OPENSSL_LIBS="-L/path/to/openssl-1.0.0c_with_openpace-0.4 -lcrypto" \ LIBPACE_LIBS="-L/path/to/openssl-1.0.0c_with_openpace-0.4 -lcrypto -L/path/to/libpace-0.1/src/.libs -lpace"