only in gcc 4.7 and newer: -std=c++11; refs #27

master
Marc Wäckerlin 11 years ago
parent c5e4546382
commit 63e6183831
  1. 2
      doc/examples/makefile.am

@ -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

Loading…
Cancel
Save