From fc06ba7d3583d19b58a21e1022494416e2bfe64f Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Tue, 3 Jul 2018 11:58:26 +0530 Subject: contrib: Remove contrib/ipaddr-py entirely. This module is no longer being used. Fixes: bz#1597512 Change-Id: Ie5faf55c5961d9d7b5082c9c257351af712c41d7 Signed-off-by: Nigel Babu --- geo-replication/syncdaemon/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'geo-replication') diff --git a/geo-replication/syncdaemon/Makefile.am b/geo-replication/syncdaemon/Makefile.am index 5fcf9f27a34..19f0bfce1b7 100644 --- a/geo-replication/syncdaemon/Makefile.am +++ b/geo-replication/syncdaemon/Makefile.am @@ -2,7 +2,7 @@ syncdaemondir = $(GLUSTERFS_LIBEXECDIR)/python/syncdaemon syncdaemon_PYTHON = rconf.py gsyncd.py __init__.py master.py README.md repce.py \ resource.py syncdutils.py monitor.py libcxattr.py gsyncdconfig.py \ - $(top_builddir)/contrib/ipaddr-py/ipaddr.py libgfchangelog.py changelogagent.py \ - gsyncdstatus.py conf.py logutils.py subcmds.py argsupgrade.py + libgfchangelog.py changelogagent.py gsyncdstatus.py conf.py logutils.py \ + subcmds.py argsupgrade.py CLEANFILES = -- cgit