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 12:10:20 +01:00 committed by Martin Babinsky
parent 4498998f17
commit c0674e89d1
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ nodist_app_DATA = \
core.js \
$(NULL)
CLEANFILES = $(nodist_app_DATA)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)

View File

@ -9,6 +9,8 @@ app_DATA = \
nodist_app_DATA = \
ipa.css
CLEANFILES = $(nodist_app_DATA)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)