Install headers to ${prefix}/include/opensc

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@456 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2002-04-05 10:25:14 +00:00
parent 10e95ba4b6
commit fbf86e6728
9 changed files with 20 additions and 10 deletions

View File

@ -1,5 +1,7 @@
## Makefile.am -- Process this file with automake to produce Makefile.in
includedir = ${prefix}/include/opensc
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = opensc-config.in
@ -31,5 +33,5 @@ libopensc_la_LDFLAGS = -version-info 0:6:0
libopensc_la_LIBADD = @LIBDL@ $(PCSC_LIB) $(SSL_LIB) $(LIBSCCONF)
include_HEADERS = opensc.h opensc-pkcs15.h opensc-emv.h \
cardctl.h
noinst_HEADERS = ctbcs.h sc-asn1.h sc-log.h sc-internal.h
cardctl.h sc-asn1.h sc-log.h
noinst_HEADERS = ctbcs.h sc-internal.h

View File

@ -1,9 +1,9 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
libdir = ${prefix}/lib/security
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = -I../scam
LDFLAGS = @LDFLAGS@ @LIBDL@ @LIBPAM@ ../scam/libpamscam.la

View File

@ -1,11 +1,11 @@
# Process this file with automake to create Makefile.in
libdir = ${prefix}/lib/pkcs11
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = . rsaref
libdir = ${prefix}/lib/pkcs11
INCLUDES = @CFLAGS_OPENSC@
LDFLAGS = @LDFLAGS@ @LIBDL@ @LIBOPENSC@

View File

@ -1,5 +1,7 @@
# Process this file with automake to create Makefile.in
includedir = ${prefix}/include/opensc
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = @CFLAGS_OPENSC@ -DSC_PKCS15_PROFILE_DIRECTORY=\"$(pkgdatadir)\"

View File

@ -1,5 +1,7 @@
# Process this file with automake to create Makefile.in
includedir = ${prefix}/include/opensc
MAINTAINERCLEANFILES = Makefile.in lex-parse.c
include_HEADERS = scconf.h

View File

@ -1,5 +1,7 @@
# Process this file with automake to create Makefile.in
includedir = ${prefix}/include/opensc
MAINTAINERCLEANFILES = Makefile.in
include_HEADERS = scldap.h

View File

@ -1,5 +1,7 @@
# Process this file with automake to create Makefile.in
includedir = ${prefix}/include/opensc
MAINTAINERCLEANFILES = Makefile.in
include_HEADERS = scrandom.h

View File

@ -1,9 +1,9 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
libdir = ${prefix}/lib/security
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = -I../scam
LDFLAGS = @LDFLAGS@ @LIBDL@ ../scam/libsiascam.la

View File

@ -1,5 +1,7 @@
## Makefile.am -- Process this file with automake to produce Makefile.in
plugindir = $(PLUGINDIR)
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = . npinclude
@ -8,8 +10,6 @@ EXTRA_DIST = testprog.c
INCLUDES = @CFLAGS_OPENSC@ @CFLAGS_ASSUAN@
plugindir = $(PLUGINDIR)
if HAVE_SSL
if HAVE_ASSUAN
plugin_LTLIBRARIES = opensc-signer.la