only in gcc 4.7 and newer: -std=c++11; refs #27
This commit is contained in:
@@ -39,7 +39,7 @@ cryptoki_demo_LDADD += -leay32
|
||||
endif
|
||||
|
||||
cryptoki_sign_demo_SOURCES = cryptoki-sign-demo.cxx
|
||||
cryptoki_sign_demo_CPPFLAGS = -std=c++11 -I${top_srcdir}/src -I/usr/include/PCSC
|
||||
cryptoki_sign_demo_CPPFLAGS = -std=c++0x -I${top_srcdir}/src -I/usr/include/PCSC
|
||||
cryptoki_sign_demo_LDADD = -lpcscxx
|
||||
cryptoki_sign_demo_LDFLAGS = -L${top_builddir}/src
|
||||
if MINGW32
|
||||
|
Reference in New Issue
Block a user