summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-11-09 12:10:20 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2016-11-09 13:08:32 +0100
commitc0674e89d1e6b5abd82cf3b7bf8054eec0fa6418 (patch)
tree824c904c0c35457b954223cd4b92900c3636054d
parent4498998f1763d673056423a73d3b3ff22f94954f (diff)
downloadfreeipa-c0674e89d1e6b5abd82cf3b7bf8054eec0fa6418.tar.gz
freeipa-c0674e89d1e6b5abd82cf3b7bf8054eec0fa6418.tar.xz
freeipa-c0674e89d1e6b5abd82cf3b7bf8054eec0fa6418.zip
Build: fix make clean for web UI
https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
-rw-r--r--install/ui/build/freeipa/Makefile.am2
-rw-r--r--install/ui/css/Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/install/ui/build/freeipa/Makefile.am b/install/ui/build/freeipa/Makefile.am
index 0daaf1073..35a3181f6 100644
--- a/install/ui/build/freeipa/Makefile.am
+++ b/install/ui/build/freeipa/Makefile.am
@@ -6,6 +6,8 @@ nodist_app_DATA = \
core.js \
$(NULL)
+CLEANFILES = $(nodist_app_DATA)
+
EXTRA_DIST = \
$(app_DATA) \
$(NULL)
diff --git a/install/ui/css/Makefile.am b/install/ui/css/Makefile.am
index 2562286bf..254314540 100644
--- a/install/ui/css/Makefile.am
+++ b/install/ui/css/Makefile.am
@@ -9,6 +9,8 @@ app_DATA = \
nodist_app_DATA = \
ipa.css
+CLEANFILES = $(nodist_app_DATA)
+
EXTRA_DIST = \
$(app_DATA) \
$(NULL)