From c93e896ee693bc8a1caaff3323d16a6733980526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 26 Aug 2010 13:36:49 +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 b54dcbc..5468967 100644 --- a/doc/examples/makefile.am +++ b/doc/examples/makefile.am @@ -17,7 +17,7 @@ endif LDFLAGS= if MAC AM_CPPFLAGS+=-I/Library/OpenSC/include -LDFLAGS += -F/System/Library/Frameworks/PCSC.framework +LDFLAGS += -F/System/Library/Frameworks/PCSC.framework -framework PCSC endif if !MINGW32 if !MAC