summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2012-02-28 18:35:04 +0000
committerAlasdair Kergon <agk@redhat.com>2012-02-28 18:35:04 +0000
commit7126d8c21b2942f3bda2b64bb6d2195e71ba031f (patch)
treee47a266a7a1dd4ae64a6bbabe68e33168f2b8089 /lib/Makefile.in
parente980d543710eaebf07c6b5442647463eab47e9d1 (diff)
downloadlvm2-7126d8c21b2942f3bda2b64bb6d2195e71ba031f.tar.gz
lvm2-7126d8c21b2942f3bda2b64bb6d2195e71ba031f.tar.xz
lvm2-7126d8c21b2942f3bda2b64bb6d2195e71ba031f.zip
Reflect new file locations, include file updates etc.
Diffstat (limited to 'lib/Makefile.in')
-rw-r--r--lib/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 9509db3a..5252658e 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -16,8 +16,6 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
-INCLUDES += -I$(top_srcdir)/daemons/common -I$(top_srcdir)/daemons/lvmetad
-
ifeq ("@LVM1@", "shared")
SUBDIRS = format1
endif
@@ -48,7 +46,6 @@ endif
SOURCES =\
activate/activate.c \
- cache/lvmetad.c \
cache/lvmcache.c \
commands/toolcontext.c \
config/config.c \
@@ -178,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