Don't distribute opensc.conf

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3424 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
alonbl 2008-03-15 18:12:58 +00:00
parent 97a3455e6c
commit 760b89f37e
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ MAINTAINERCLEANFILES = Makefile.in
DISTCLEANFILES = opensc.conf
SUFFIXES = .in
dist_noinst_DATA = opensc.conf.in opensc.conf
dist_noinst_DATA = opensc.conf.in
.in:
sed -e "s|@pkgdatadir[@]|$(pkgdatadir)|g" < $^ > $@