Bug #668196: Fix installation of python bindings

With this patch, files are correctly installed together.

Patch by Vincent Untz.

BP

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21905 57a11ea4-9604-0410-9ed3-97b8803252fd
pull/1/head
Christian Stimming 15 years ago
parent 4e7af62136
commit 6a3f8175ff

@ -2,7 +2,7 @@ SUBDIRS = . tests
SWIG_FILES = gnucash_core.i timespec.i
pkgpython_PYTHON = \
pkgpyexec_DATA = \
__init__.py \
function_class.py \
gnucash_core.py \
@ -79,6 +79,7 @@ gnucash_core_c.py: gnucash_core.c $(SWIG_FILES)
endif
EXTRA_DIST = \
$(pkgpyexec_DATA) \
$(SWIG_FILES) \
example_scripts/Invoice.tex \
example_scripts/latex_invoices.py \

Loading…
Cancel
Save