freeipa/install/ui/Makefile.am
Endi S. Dewata 20ad8fe1ba Removed develop.js.
The develop.js is no longer necessary because the code in it has
been merged into the main code.

An empty extension.js has been added to provide a place for UI
customization.

Ticket #2099
2011-11-14 16:47:10 -05:00

66 lines
1.1 KiB
Makefile

AUTOMAKE_OPTIONS = 1.7
NULL =
SUBDIRS = \
images \
$(NULL)
appdir = $(IPA_DATA_DIR)/ui
app_DATA = \
aci.js \
add.js \
association.js \
automount.js \
certificate.js \
details.js \
dialog.js \
dns.js \
entitle.js \
entity.js \
extension.js \
facet.js \
favicon.ico \
group.js \
hbac.js \
host.js \
hostgroup.js \
index.html \
ipa.css \
ipa.js \
jquery-ui.css \
jquery-ui.js \
jquery.ba-bbq.js \
jquery.js \
jquery.ordered-map.js \
json2.js \
navigation.js \
netgroup.js \
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 \
policy.js \
rule.js \
search.js \
serverconfig.js \
service.js \
sudo.js \
user.js \
webui.js \
widget.js \
$(NULL)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in
$(NULL)