From 0e96882da0845c98a4898a4dac75ecd047c8e5d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 26 Aug 2010 13:19:48 +0000 Subject: [PATCH] better build flags, out of the box lin,mac,win; refs #5 --- doc/examples/makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/examples/makefile.am b/doc/examples/makefile.am index 8e668fc..419649c 100644 --- a/doc/examples/makefile.am +++ b/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 if !MINGW32 +if MAC +AM_CPPFLAGS += /opt/local/include +else AM_CPPFLAGS += -I/usr/include/PCSC endif +endif LDFLAGS= if MAC