better build flags, out of the box lin,mac,win; refs #5
This commit is contained in:
		| @@ -8,7 +8,7 @@ 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 | if MAC | ||||||
| AM_CPPFLAGS += /opt/local/include | AM_CPPFLAGS += -I/opt/local/include | ||||||
| else | else | ||||||
| AM_CPPFLAGS += -I/usr/include/PCSC | AM_CPPFLAGS += -I/usr/include/PCSC | ||||||
| endif | endif | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user