diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-06-15 09:18:05 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-06-15 15:56:39 +0000 |
commit | b22a41ead58547d72c4099a6f92ac595c3b3d2fe (patch) | |
tree | 9bcb419baef0530e57fbcf2b8998f079825b3d28 | |
parent | 08d1b6da1a3e35417e3dd5deb877a9bf20dfcc82 (diff) | |
download | freeipa-b22a41ead58547d72c4099a6f92ac595c3b3d2fe.tar.gz freeipa-b22a41ead58547d72c4099a6f92ac595c3b3d2fe.tar.xz freeipa-b22a41ead58547d72c4099a6f92ac595c3b3d2fe.zip |
Fixed build break.
The Makefile.am freeipa.spec.in have been updated according to the
recent file changes.
-rw-r--r-- | freeipa.spec.in | 5 | ||||
-rw-r--r-- | install/ui/Makefile.am | 14 |
2 files changed, 16 insertions, 3 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in index 5c6c8a562..cc674e1ad 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -398,7 +398,10 @@ fi %{_usr}/share/ipa/ui/*.gif %{_usr}/share/ipa/ui/*.css %{_usr}/share/ipa/ui/*.js -%{_usr}/share/ipa/ui/*.otf +%{_usr}/share/ipa/ui/*.eot +%{_usr}/share/ipa/ui/*.svg +%{_usr}/share/ipa/ui/*.ttf +%{_usr}/share/ipa/ui/*.woff %dir %{_usr}/share/ipa/ui/layouts %dir %{_usr}/share/ipa/ui/layouts/default %{_usr}/share/ipa/ui/layouts/default/*.html diff --git a/install/ui/Makefile.am b/install/ui/Makefile.am index 87607a1a0..3db1427b2 100644 --- a/install/ui/Makefile.am +++ b/install/ui/Makefile.am @@ -75,8 +75,18 @@ app_DATA = \ ui-icons_ededed_256x240.png \ ui-icons_ffcf29_256x240.png \ ui-icons_ffffff_256x240.png \ - FreeWay.otf \ - FreeWay-Bold.otf \ + add-icon.png \ + overpass_bold-web.eot \ + overpass_bold-web.svg \ + overpass_bold-web.ttf \ + overpass_bold-web.woff \ + overpass_regular-web.eot \ + overpass_regular-web.svg \ + overpass_regular-web.ttf \ + overpass_regular-web.woff \ + remove-icon.png \ + search-bg.png \ + search-icon.png \ spinner_header.gif \ spinner_large.gif \ spinner_small.gif \ |