remove const; refs #20

This commit is contained in:
Marc Wäckerlin
2012-06-08 08:31:01 +00:00
parent 31dc334b51
commit 30ee4046ee
2 changed files with 1 additions and 9 deletions

View File

@@ -6,16 +6,8 @@
noinst_PROGRAMS = pcsc-demo cryptoki-demo openssl-tcp-demo \
openssl-ssl-demo openssl-engine-demo
AM_CPPFLAGS = -I${top_srcdir}/src
if !MINGW32
if MAC
AM_CPPFLAGS += -I/opt/local/include
else
AM_CPPFLAGS += -I/usr/include/PCSC
endif
endif
LDFLAGS=
if MAC
AM_CPPFLAGS+=-I/Library/OpenSC/include
LDFLAGS += -F/System/Library/Frameworks/PCSC.framework -framework PCSC -L/opt/local/lib -lcrypto