ipapython: Add dependencies on version.py

install-exec and bdist_wheel also depend on version.py. Let's ensure
that version.py is correctly generated when installing or building
packages.

Yes, make is clever and correctly merges dependencies with rules from
included make files.

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Milan Kubik <mkubik@redhat.com>
This commit is contained in:
Christian Heimes
2017-01-12 12:10:37 +01:00
committed by Martin Basti
parent 926fe2049a
commit 504f441707

View File

@@ -4,6 +4,8 @@ EXTRA_DIST = version.py.in
all-local: version.py
dist-hook: version.py
install-exec-local: version.py
bdist_wheel: version.py
version.py: version.py.in $(top_builddir)/$(CONFIG_STATUS)
$(AM_V_GEN)sed \