summaryrefslogtreecommitdiffstats
path: root/extras/init.d/Makefile.am
blob: 73e9745cda16c3ca7ff620563f7aa4590bec3fab (plain)
1
2
3
4
5
6
7
8
9
10
11
12

EXTRA_DIST = glusterfsd glusterfs-server glusterfs-server.plist

CLEANFILES = 

initdir = $(sysconfdir)/init.d
init_DATA = glusterfsd

install-data-local:
if GF_DARWIN_HOST_OS
	cp glusterfs-server.plist /Library/LaunchDaemons/com.zresearch.glusterfs.plist 
endif