]> sourceware.org Git - lvm2.git/blobdiff - lib/Makefile.in
Reflect new file locations, include file updates etc.
[lvm2.git] / lib / Makefile.in
index 010e8886fe61f76ca49fc3620afeb3aa56f08204..5252658ecdb026f8c18d539132b57e2fd8e2b47f 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
-# Copyright (C) 2004-2010 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved.
 #
 # This file is part of LVM2.
 #
@@ -32,10 +32,18 @@ ifeq ("@MIRRORS@", "shared")
   SUBDIRS += mirror
 endif
 
+ifeq ("@RAID@", "shared")
+  SUBDIRS += raid
+endif
+
 ifeq ("@REPLICATORS@", "shared")
   SUBDIRS += replicator
 endif
 
+ifeq ("@THIN@", "shared")
+  SUBDIRS += thin
+endif
+
 SOURCES =\
        activate/activate.c \
        cache/lvmcache.c \
@@ -57,6 +65,7 @@ SOURCES =\
        filters/filter-regex.c \
        filters/filter-sysfs.c \
        filters/filter-md.c \
+       filters/filter-mpath.c \
        filters/filter.c \
        format_text/archive.c \
        format_text/archiver.c \
@@ -81,9 +90,11 @@ SOURCES =\
        metadata/pv.c \
        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 \
        metadata/vg.c \
        misc/crc.c \
        misc/lvm-exec.c \
@@ -140,10 +151,18 @@ ifeq ("@MIRRORS@", "internal")
   SOURCES += mirror/mirrored.c
 endif
 
+ifeq ("@RAID@", "internal")
+  SOURCES += raid/raid.c
+endif
+
 ifeq ("@REPLICATORS@", "internal")
   SOURCES += replicator/replicator.c
 endif
 
+ifeq ("@THIN@", "internal")
+  SOURCES += thin/thin.c
+endif
+
 ifeq ("@DEVMAPPER@", "yes")
   SOURCES +=\
        activate/dev_manager.c \
@@ -156,6 +175,11 @@ ifeq ("@HAVE_LIBDL@", "yes")
        misc/sharedlib.c
 endif
 
+ifeq ("@BUILD_LVMETAD@", "yes")
+  SOURCES +=\
+       cache/lvmetad.c
+endif
+
 ifeq ("@DMEVENTD@", "yes")
   CLDFLAGS += -L$(top_builddir)/daemons/dmeventd
   LIBS += -ldevmapper-event
@@ -170,7 +194,9 @@ ifeq ($(MAKECMDGOALS),distclean)
        format_pool \
        snapshot \
        mirror \
+       raid \
        replicator \
+       thin \
        locking
 endif
 
This page took 0.024147 seconds and 5 git commands to generate.