correctly include api and generate_modules.py

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@592 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-10-29 19:58:39 +00:00
parent 898d5f6a89
commit d0467c0fd3
3 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
SUBDIRS = api
do_subst = sed \
-e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g' \
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
@@ -10,7 +12,9 @@ do_subst = sed \
-e 's,[@]OPENSC_LIBS[@],$(OPENSC_LIBS),g' \
-e 's,[@]top_srcdir[@],$(top_srcdir),g'
EXTRA_DIST = README.rst generate_modules.py api autotools.rst.in
EXTRA_DIST = README.rst autotools.rst.in
dist_noinst_SCRIPTS = generate_modules.py
.PHONY: doc
doc: