including a simple example program mainly for documentation
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@573 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -10,8 +10,12 @@ npa_tool_SOURCES = npa-tool.c binutil.c
|
||||
npa_tool_LDADD = $(OPENSSL_LIBS) $(OPENSC_LIBS) libnpa.la
|
||||
npa_tool_CFLAGS = $(OPENSSL_CFLAGS)
|
||||
|
||||
example_SOURCES = example.c
|
||||
example_LDADD = $(OPENSSL_LIBS) $(OPENSC_LIBS) libnpa.la
|
||||
example_CFLAGS = $(OPENSSL_CFLAGS)
|
||||
|
||||
bin_PROGRAMS = npa-tool
|
||||
|
||||
bin_PROGRAMS = npa-tool example
|
||||
|
||||
lib_LTLIBRARIES = libnpa.la
|
||||
|
||||
|
||||
Reference in New Issue
Block a user