summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2017-01-12 12:10:37 +0100
committerMartin Basti <mbasti@redhat.com>2017-01-16 14:41:10 +0100
commit504f4417070a308ef54b8f98ff25d02c6604a6f6 (patch)
tree00b8e4d9b74f50b58f42488519a171d51da58970
parent926fe2049a1839fd7e68c9fa55f64154ee83c841 (diff)
downloadfreeipa-504f4417070a308ef54b8f98ff25d02c6604a6f6.tar.gz
freeipa-504f4417070a308ef54b8f98ff25d02c6604a6f6.tar.xz
freeipa-504f4417070a308ef54b8f98ff25d02c6604a6f6.zip
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>
-rw-r--r--ipapython/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipapython/Makefile.am b/ipapython/Makefile.am
index bf2538a5b..19388680b 100644
--- a/ipapython/Makefile.am
+++ b/ipapython/Makefile.am
@@ -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 \