'make dist' fixes

Minor cleanups


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@279 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2002-03-08 16:06:10 +00:00
parent 7803649f25
commit 6264f03148
4 changed files with 7 additions and 5 deletions

View File

@ -2,7 +2,7 @@
SUBDIRS = . aclocal src
EXTRA_DIST = bootstrap README.Cryptoflex
EXTRA_DIST = CodingStyle README.Cryptoflex bootstrap
# require automake 1.5
AUTOMAKE_OPTIONS = 1.5

View File

@ -3,6 +3,8 @@
INCLUDES = @CFLAGS_OPENSC@
LDFLAGS = @LDFLAGS@ @LIBOPENSC@
EXTRA_DIST = gpk.profile miocos-rw.profile pkcs15.profile
if HAVE_SSL
PROGRAMS_SSL = cryptoflex-tool pkcs15-init
endif
@ -23,4 +25,4 @@ cryptoflex_tool_LDADD = @GETOPTSRC@ @LIBCRYPTO@
pkcs15_init_SOURCES = pkcs15-init.c profile.c util.c \
pkcs15-gpk.c pkcs15-miocos.c
pkcs15_init_LDADD = @GETOPTSRC@ @LIBCRYPTO@
noinst_HEADERS = util.h profile.h
noinst_HEADERS = util.h profile.h pkcs15-init.h

View File

@ -62,7 +62,9 @@ struct pin_info {
struct sc_key_template {
char * ident;
struct sc_key_template *next;
//struct file_info * file;
#if 0
struct file_info * file;
#endif
struct sc_file * file;
unsigned int index; /* translates to file offset */
struct sc_acl_entry * key_acl;/* PINs for key usage */

View File

@ -1,5 +1,3 @@
#ifndef UTIL_H
#define UTIL_H