- makefile cleanups

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@944 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2003-03-10 11:44:16 +00:00
parent ca6a27e429
commit faf95af460
4 changed files with 9 additions and 3 deletions

View File

@ -6,7 +6,8 @@ EXTRA_DIST = CodingStyle README.signer bootstrap
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 acinclude.m4 \
config.guess config.h.in config.sub configure \
install-sh ltmain.sh missing mkinstalldirs ylwrap
install-sh ltmain.sh missing mkinstalldirs ylwrap \
compile config.log config.status depcomp
# require automake 1.5
AUTOMAKE_OPTIONS = 1.5

View File

@ -12,6 +12,7 @@ MAINTAINERCLEANFILES = Makefile.in \
opensc.h \
errors.h \
types.h \
pkcs11.h \
pkcs15.h \
pkcs15-init.h \
scconf.h \

View File

@ -19,4 +19,8 @@ libpkcs15init_la_SOURCES = \
include_HEADERS = pkcs15-init.h
noinst_HEADERS = profile.h
pkgdata_DATA = flex.profile gpk.profile miocos.profile pkcs15.profile
pkgdata_DATA = etoken.profile \
flex.profile \
gpk.profile \
miocos.profile \
pkcs15.profile

View File

@ -1,6 +1,6 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in Makefile.mak
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @CFLAGS_OPENSC@
LDFLAGS = @LDFLAGS@ @LIBOPENSC@