diff options
| author | Petr Spacek <pspacek@redhat.com> | 2016-11-09 12:10:20 +0100 |
|---|---|---|
| committer | Martin Babinsky <mbabinsk@redhat.com> | 2016-11-09 13:08:32 +0100 |
| commit | c0674e89d1e6b5abd82cf3b7bf8054eec0fa6418 (patch) | |
| tree | 824c904c0c35457b954223cd4b92900c3636054d /install/ui/css/Makefile.am | |
| parent | 4498998f1763d673056423a73d3b3ff22f94954f (diff) | |
| download | freeipa-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>
Diffstat (limited to 'install/ui/css/Makefile.am')
| -rw-r--r-- | install/ui/css/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
