do not use api/*/*.xml but explicitely expand the first * to avoid

catching api/xsl-stylesheets/catalog.xml


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3447 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2008-04-01 13:04:48 +00:00
parent 69dd0baf30
commit 13878512f5
1 changed files with 8 additions and 1 deletions

View File

@ -9,7 +9,14 @@ DIST_SUBDIRS = nonpersistent
dist_noinst_DATA = $(srcdir)/tools/*.xml \
$(srcdir)/api/*.xml \
$(srcdir)/api/*/*.xml \
$(srcdir)/api/apps/*.xml \
$(srcdir)/api/asn1/*.xml \
$(srcdir)/api/card/*.xml \
$(srcdir)/api/file/*.xml \
$(srcdir)/api/init/*.xml \
$(srcdir)/api/misc/*.xml \
$(srcdir)/api/types/*.xml \
$(srcdir)/api/util/*.xml \
$(srcdir)/api/api.css \
$(srcdir)/api/*.xsl