better build flags, out of the box lin,mac,win; refs #5

master
Marc Wäckerlin 14 years ago
parent 9aea024e81
commit 0e96882da0
  1. 4
      doc/examples/makefile.am

@ -7,8 +7,12 @@ noinst_PROGRAMS = pcsc-demo cryptoki-demo openssl-tcp-demo openssl-ssl-demo
AM_CPPFLAGS = -I${top_srcdir}/src AM_CPPFLAGS = -I${top_srcdir}/src
if !MINGW32 if !MINGW32
if MAC
AM_CPPFLAGS += /opt/local/include
else
AM_CPPFLAGS += -I/usr/include/PCSC AM_CPPFLAGS += -I/usr/include/PCSC
endif endif
endif
LDFLAGS= LDFLAGS=
if MAC if MAC

Loading…
Cancel
Save