generate config file code with the configure'd profile dir in opensc.conf.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2271 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-03-23 23:12:06 +00:00
parent 52d3262e90
commit cda5dcd508
3 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
# Process this file with automake to create Makefile.in
MAINTAINERCLEANFILES = Makefile.in
DISTCLEANFILES = opensc.conf scldap.conf
EXTRA_DIST = opensc.conf.in scldap.conf.in
EXTRA_DIST = opensc.conf.example scldap.conf.example
pkgdata_DATA = $(EXTRA_DIST)
noinst_DATA = opensc.conf.in scldap.conf.in opensc.conf scldap.conf
%: %.in
sed -e "s#PKGDATADIR#$(shell eval echo $(pkgdatadir))#" < $^ > $@