mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
9d0dc89b03
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.
31 lines
700 B
Makefile
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)
|