many new but completely untested methods
This commit is contained in:
19
doc/examples/makefile.am
Normal file
19
doc/examples/makefile.am
Normal file
@@ -0,0 +1,19 @@
|
||||
## @id $Id$
|
||||
|
||||
## 1 2 3 4 5 6 7 8
|
||||
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
||||
|
||||
noinst_PROGRAMS = pcsc-demo cryptoki-demo
|
||||
|
||||
AM_CXXFLAGS = -I${top_srcdir}/src \
|
||||
-I/usr/include/PCSC \
|
||||
-I/usr/include/opencryptoki
|
||||
|
||||
pcsc_demo_SOURCES = pcsc-demo.cxx
|
||||
pcsc_demo_LDADD = -lpcsclite
|
||||
|
||||
cryptoki_demo_SOURCES = cryptoki-demo.cxx
|
||||
cryptoki_demo_LDADD = -ldl -lcryptoki++
|
||||
cryptoki_demo_LDFLAGS = -L${top_builddir}/src
|
||||
|
||||
MAINTAINERCLEANFILES = makefile.in
|
@@ -1,5 +1,5 @@
|
||||
//g++ -I ../svn -I /usr/include/PCSC test.cpp -lpcsclite -ggdb3
|
||||
#include "pcscpp/pcsc.hxx"
|
||||
#include <pcsc.hxx>
|
||||
#include <iostream>
|
||||
|
||||
int main(int, char const*const*const argv) try {
|
Reference in New Issue
Block a user