summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2017-10-13 14:43:15 -0500
committerDavid Teigland <teigland@redhat.com>2017-10-13 16:20:42 -0500
commit6ac1e04b3a6f57b65b66e95eff5640a023c4eaf9 (patch)
tree97a4ef5e7c5dd3129bbe98c57016a702ee77b5df /lib/Makefile.in
parente14c0cabd961432d25d36ae11a26c47a7962ac24 (diff)
downloadlvm2-6ac1e04b3a6f57b65b66e95eff5640a023c4eaf9.tar.gz
replicator: remove the code
It has not been used in a long time and is not expected to be used further.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index ddbd8dec0..7e9fa9119 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -36,10 +36,6 @@ ifeq ("@RAID@", "shared")
SUBDIRS += raid
endif
-ifeq ("@REPLICATORS@", "shared")
- SUBDIRS += replicator
-endif
-
ifeq ("@THIN@", "shared")
SUBDIRS += thin
endif
@@ -106,7 +102,6 @@ SOURCES =\
metadata/pv_manip.c \
metadata/pv_map.c \
metadata/raid_manip.c \
- metadata/replicator_manip.c \
metadata/segtype.c \
metadata/snapshot_manip.c \
metadata/thin_manip.c \
@@ -165,10 +160,6 @@ ifeq ("@RAID@", "internal")
SOURCES += raid/raid.c
endif
-ifeq ("@REPLICATORS@", "internal")
- SOURCES += replicator/replicator.c
-endif
-
ifeq ("@THIN@", "internal")
SOURCES += thin/thin.c
endif
@@ -215,7 +206,6 @@ ifeq ($(MAKECMDGOALS),distclean)
mirror \
notify \
raid \
- replicator \
thin \
cache_segtype \
locking