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:
@@ -135,5 +135,6 @@ AC_CONFIG_FILES([Makefile
|
||||
src/vpcd/Makefile
|
||||
src/vpicc/Makefile
|
||||
doc/Makefile
|
||||
doc/api/Makefile
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
||||
@@ -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:
|
||||
|
||||
0
virtualsmartcard/doc/api/Makefile.am
Normal file
0
virtualsmartcard/doc/api/Makefile.am
Normal file
Reference in New Issue
Block a user