summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-11-01 17:07:22 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2016-11-09 13:08:32 +0100
commit441acf7797b2069e8d9a123aa11bb33fd42d9187 (patch)
treedbc07d69dd4707a7af1b632bef9a5328937bf45f /ipatests
parentf95098b2b645a62497dc6e1d66be2b7397567d25 (diff)
downloadfreeipa-441acf7797b2069e8d9a123aa11bb33fd42d9187.tar.gz
freeipa-441acf7797b2069e8d9a123aa11bb33fd42d9187.tar.xz
freeipa-441acf7797b2069e8d9a123aa11bb33fd42d9187.zip
Build: fix distribution of static files for web UI
Static files from Git which are not touched by the build system have to be explicitly listed in Makefile.am so they get into tarball. EXTRA_DIST lists whole sub-directories with static files. This is not ideal but we do not have enough time to fix it properly. Dojo builder patch files were renames to shorten their name. The original names were exceeding autotools length limit. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'ipatests')
-rw-r--r--ipatests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipatests/Makefile.am b/ipatests/Makefile.am
index 4f3bca221..b5b467afd 100644
--- a/ipatests/Makefile.am
+++ b/ipatests/Makefile.am
@@ -1,3 +1,5 @@
SUBDIRS = man
+EXTRA_DIST = test_webui/README
+
include $(top_srcdir)/Makefile.python.am