From 4270e26adb56b6d1b7a9e80433581b82519d9eec Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 18 Mar 2011 16:43:54 -0400 Subject: define entities using builder and more declarative syntax merged hbac and sudo in to single files associaton facet and table supports linking --- install/ui/Makefile.am | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'install/ui/Makefile.am') diff --git a/install/ui/Makefile.am b/install/ui/Makefile.am index e8c11c25a..f9c82e150 100644 --- a/install/ui/Makefile.am +++ b/install/ui/Makefile.am @@ -11,10 +11,12 @@ app_DATA = \ aci.js \ add.js \ associate.js \ + automount.js \ caution.png \ centered-bg.png \ check.png \ dialog.js \ + dns.js \ ipa_logo_180x50.png \ ipa.js \ ipa.css \ @@ -25,9 +27,7 @@ app_DATA = \ jquery-ui.css \ certificate.js \ group.js \ - hbacrule.js \ - hbacsvc.js \ - hbacsvcgroup.js \ + hbac.js \ host.js \ hostgroup.js \ index.html \ @@ -36,9 +36,7 @@ app_DATA = \ netgroup.js \ service.js \ serverconfig.js \ - sudorule.js \ - sudocmd.js \ - sudocmdgroup.js \ + sudo.js \ policy.js \ search.js \ rule.js \ -- cgit