summaryrefslogtreecommitdiffstats
path: root/extras/init.d/Makefile.am
blob: 6f479e7ca5b8b501b9391b60649e1a26a8504d28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

EXTRA_DIST = glusterfsd-Debian glusterfsd-Redhat glusterfsd-SuSE glusterfs-server.plist

CLEANFILES = 

initdir = @initdir@

$(GF_DISTRIBUTION): 
	$(mkdir_p) $(DESTDIR)$(initdir)	
	$(INSTALL_PROGRAM) glusterfsd-$(GF_DISTRIBUTION) $(DESTDIR)$(initdir)/glusterfsd

install-exec-local: $(GF_DISTRIBUTION)

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