summaryrefslogtreecommitdiffstats
path: root/geo-replication/src/Makefile.am
blob: f8cc7a0f73f9dfb2b62b1a5c3ae9da8c657ada0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
gsyncddir = $(libexecdir)/glusterfs

gsyncd_SCRIPTS = gverify.sh peer_gsec_create \
	set_geo_rep_pem_keys.sh peer_mountbroker peer_mountbroker.py \
	peer_georep-sshkey.py

# peer_gsec_create and peer_add_secret_pub are not added to
# EXTRA_DIST as it's derived from a .in file
EXTRA_DIST = gverify.sh set_geo_rep_pem_keys.sh peer_mountbroker.py.in \
	peer_georep-sshkey.py.in

gsyncd_PROGRAMS = gsyncd

gsyncd_SOURCES = gsyncd.c procdiggy.c

gsyncd_LDADD = $(GF_LDADD) $(top_builddir)/libglusterfs/src/libglusterfs.la

gsyncd_LDFLAGS = $(GF_LDFLAGS)

noinst_HEADERS = procdiggy.h

AM_CPPFLAGS = $(GF_CPPFLAGS) \
	-I$(top_srcdir)/libglusterfs/src\
	-DGSYNCD_PREFIX=\"$(libexecdir)/glusterfs\"\
	-DUSE_LIBGLUSTERFS\
	-DSBIN_DIR=\"$(sbindir)\" -DPYTHON=\"$(PYTHON)\"

AM_CFLAGS = -Wall $(GF_CFLAGS)


CLEANFILES =

$(top_builddir)/libglusterfs/src/libglusterfs.la:
	$(MAKE) -C $(top_builddir)/libglusterfs/src/ all


install-exec-hook:
	$(mkdir_p) $(DESTDIR)$(sbindir)
	rm -f $(DESTDIR)$(sbindir)/gluster-mountbroker
	ln -s $(libexecdir)/glusterfs/peer_mountbroker.py \
		$(DESTDIR)$(sbindir)/gluster-mountbroker

	rm -f $(DESTDIR)$(sbindir)/gluster-georep-sshkey
	ln -s $(libexecdir)/glusterfs/peer_georep-sshkey.py \
		$(DESTDIR)$(sbindir)/gluster-georep-sshkey


uninstall-hook:
	rm -f $(DESTDIR)$(sbindir)/gluster-mountbroker
	rm -f $(DESTDIR)$(sbindir)/gluster-georep-sshkey
src/defaults.h?id=9d3af972f516b6ba38d2736ce2016e34a452d569'>core: adding extra data for fopsAmar Tumballi2012-03-221-167/+153 * core: add an extra flag to readv()/writev() APIAmar Tumballi2012-02-141-11/+13 * core: add 'fremovexattr()' fopAmar Tumballi2012-01-251-0/+14 * core: get xattrs also as part of readdirpAmar Tumballi2012-01-251-4/+4 * Change Copyright current yearPranith Kumar K2011-08-101-1/+1 * LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3 * libglusterfs: all header files updatedAmar Tumballi2011-03-171-0/+1 * Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3 * rmdir: introduce extra flags parameter in FOP prototypeAnand V. Avati2010-10-021-6/+4 * Changes to replace flock with gf_flock across GlusterFS.Pavan Sondur2010-10-011-7/+7 * features/quiesce: new translatorAmar Tumballi2010-09-291-0/+4 * defaults.{c,h}: _resume functions addedAmar Tumballi2010-09-291-228/+482 * gfid: changes in symlink() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-4/+2 * gfid: changes in mkdir() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-4/+2 * gfid: changes in mknod() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-5/+2 * gfid: change in create() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-5/+3 * frame's 'op', 'type' restructuredAmar Tumballi2010-05-031-5/+0 * Memory accounting changesVijay Bellur2010-04-231-0/+2 * core: Expose default callbacksShehjar Tikoo2010-03-311-0/+166 * fop namespace cleanup.Amar Tumballi2010-03-311-27/+0 * iatt: changes across the codebaseAnand V. Avati2010-03-161-2/+2 * Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1 * Removed remaining references to chmod, chown and utimens as part of setattr c...Pavan Sondur2009-10-061-27/+0 * core: Separate readdirp and readdir fopsShehjar Tikoo2009-10-061-1/+6 * Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-1/+2 * Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-011-0/+12 * libglusterfs: Add RCHECKSUM fop.Vikas Gorur2009-09-221-0/+4 * Added MOP log to libglusterfs/*Vikas Gorur2009-06-111-0/+5 * update prototype of writev and readv_cbk to use IOBREF in parameter (step tow...Anand V. Avati2009-04-121-1/+2 * Add extra 'volume' parameter to inodelk/entrylk callsVikas Gorur2009-03-121-4/+6 * added fgetxattr and fsetxattr FOPsVikas Gorur2009-03-071-0/+11 * updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-261-1/+1 * added lock_notify and lock_fnotify FOPs to everywhere necessary in libgluster...Vikas Gorur2009-02-231-0/+9 * Added all filesVikas Gorur2009-02-181-0/+273