mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
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:
parent
4498998f17
commit
c0674e89d1
@ -6,6 +6,8 @@ nodist_app_DATA = \
|
||||
core.js \
|
||||
$(NULL)
|
||||
|
||||
CLEANFILES = $(nodist_app_DATA)
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(app_DATA) \
|
||||
$(NULL)
|
||||
|
@ -9,6 +9,8 @@ app_DATA = \
|
||||
nodist_app_DATA = \
|
||||
ipa.css
|
||||
|
||||
CLEANFILES = $(nodist_app_DATA)
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(app_DATA) \
|
||||
$(NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user