]> sourceware.org Git - lvm2.git/blobdiff - lib/Makefile.in
Reflect new file locations, include file updates etc.
[lvm2.git] / lib / Makefile.in
index 313c3b77f632dd50d6177a68d1a60b16dc089b95..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.
 #
@@ -40,6 +40,10 @@ ifeq ("@REPLICATORS@", "shared")
   SUBDIRS += replicator
 endif
 
+ifeq ("@THIN@", "shared")
+  SUBDIRS += thin
+endif
+
 SOURCES =\
        activate/activate.c \
        cache/lvmcache.c \
@@ -61,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 \
@@ -89,6 +94,7 @@ SOURCES =\
        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 \
@@ -153,6 +159,10 @@ ifeq ("@REPLICATORS@", "internal")
   SOURCES += replicator/replicator.c
 endif
 
+ifeq ("@THIN@", "internal")
+  SOURCES += thin/thin.c
+endif
+
 ifeq ("@DEVMAPPER@", "yes")
   SOURCES +=\
        activate/dev_manager.c \
@@ -165,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
@@ -181,6 +196,7 @@ ifeq ($(MAKECMDGOALS),distclean)
        mirror \
        raid \
        replicator \
+       thin \
        locking
 endif
 
This page took 0.036493 seconds and 5 git commands to generate.