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