blob: 6aed9548a0f5a4ba39c47e84d0aea36405ea770e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
EXTRA_DIST= ganesha_grace ganesha_mon ganesha_nfsd
# The root of the OCF resource agent hierarchy
# Per the OCF standard, it's always "lib",
# not "lib64" (even on 64-bit platforms).
ocfdir = $(prefix)/lib/ocf
# The provider directory
radir = $(ocfdir)/resource.d/heartbeat
ra_SCRIPTS = ganesha_grace ganesha_mon ganesha_nfsd
|