summaryrefslogtreecommitdiffstats
path: root/config/Makefile.am
blob: 7e19136ebd3cd43ef84799f22c25ab79bf7d6343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
glusternagiosconfdir = $(sysconfdir)/nagios/gluster
glusternagiosconf_DATA = \
	gluster-commands.cfg \
	gluster-host-groups.cfg \
	gluster-host-services.cfg \
	gluster-templates.cfg \
	gluster-contacts.cfg \
        $(NULL)

glusternagiosdefaultconfdir = $(sysconfdir)/nagios/gluster/default
glusternagiosdefaultconf_DATA = \
	node1.cfg \
        $(NULL)

EXTRA_DIST = \
	$(glusternagiosconf_DATA) \
	$(glusternagiosdefaultconf_DATA) \
        $(NULL)