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>
This commit is contained in:
Petr Spacek
2016-11-09 13:08:32 +01:00
committed by Martin Babinsky
parent 4498998f17
commit c0674e89d1
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ app_DATA = \
nodist_app_DATA = \
ipa.css
CLEANFILES = $(nodist_app_DATA)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)