freeipa/install/ui/Makefile.am
Petr Voborník 199d6815d4 Automember UI
New UI for automember.

Implemented:
 * search facet core
 * rule details facet
 * attribute_table_widget - new base class for tables which contains multivalued attribute with special add/remove commands
 * adding/removing conditions in details facet

TODO:
 * label translations
 * UI for defining default rules

https://fedorahosted.org/freeipa/ticket/2195
2012-02-01 12:47:46 -06:00

72 lines
1.2 KiB
Makefile

AUTOMAKE_OPTIONS = 1.7
NULL =
SUBDIRS = \
images \
$(NULL)
appdir = $(IPA_DATA_DIR)/ui
app_DATA = \
aci.js \
add.js \
association.js \
automember.js \
automount.js \
browser.js \
certificate.js \
details.js \
dialog.js \
dns.js \
entitle.js \
entity.js \
extension.js \
facet.js \
favicon.ico \
field.js \
group.js \
hbac.js \
hbactest.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 \
net.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 \
selinux.js \
serverconfig.js \
service.js \
sudo.js \
user.js \
webui.js \
widget.js \
$(NULL)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in
$(NULL)