diff options
Diffstat (limited to 'extras/ocf/Makefile.am')
-rw-r--r-- | extras/ocf/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extras/ocf/Makefile.am b/extras/ocf/Makefile.am index 2d7410099e0..c49a835fbca 100644 --- a/extras/ocf/Makefile.am +++ b/extras/ocf/Makefile.am @@ -1,6 +1,5 @@ EXTRA_DIST = glusterd.in volume.in -if WITH_OCF # The root of the OCF resource agent hierarchy # Per the OCF standard, it's always "lib", # not "lib64" (even on 64-bit platforms). @@ -10,4 +9,3 @@ ocfdir = $(prefix)/lib/ocf radir = $(ocfdir)/resource.d/$(PACKAGE_NAME) ra_SCRIPTS = glusterd volume -endif |