freeipa/install/static/layouts/default/Makefile.am
Endi S. Dewata 9d0dc89b03 Renamed hbac to hbacrule.
All references to hbac in the UI have been replaced with hbacrule.
This is to match the hbacrule plugin. The test data and templates
have been renamed as well.
2011-01-11 21:33:40 -05:00

31 lines
700 B
Makefile

AUTOMAKE_OPTIONS = 1.7
NULL =
SUBDIRS = \
$(NULL)
appdir = $(IPA_DATA_DIR)/static/layouts/default
app_DATA = \
hbacrule-details-accesstime.html \
hbacrule-details-general.html \
hbacrule-details-host.html \
hbacrule-details-service.html \
hbacrule-details-sourcehost.html \
hbacrule-details-user.html \
sudorule-details-general.html \
sudorule-group-dialog.html \
sudorule-host-dialog.html \
sudorule-hostgroup-dialog.html \
sudorule-user-dialog.html \
$(NULL)
EXTRA_DIST = \
$(app_DATA) \
$(NULL)
MAINTAINERCLEANFILES = \
*~ \
Makefile.in
$(NULL)