1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

dmeventd plugins move

This commit is contained in:
Alasdair Kergon 2008-10-31 22:29:44 +00:00
parent 44e63d973f
commit b7edb5bfa7
3 changed files with 8 additions and 9 deletions

View File

@ -24,13 +24,9 @@ endif
SUBDIRS += lib tools daemons
ifeq ("@DMEVENTD@", "yes")
SUBDIRS += dmeventd
endif
ifeq ($(MAKECMDGOALS),distclean)
SUBDIRS += daemons/clvmd \
dmeventd \
daemons/dmeventd/plugins \
lib/format1 \
lib/format_pool \
lib/locking \
@ -47,15 +43,13 @@ include make.tmpl
daemons: lib
lib: include
tools: lib
dmeventd: tools
po: tools daemons dmeventd
po: tools daemons
ifeq ("@INTL@", "yes")
lib.pofile: include.pofile
tools.pofile: lib.pofile
daemons.pofile: lib.pofile
dmeventd.pofile: tools.pofile
po.pofile: tools.pofile daemons.pofile dmeventd.pofile
po.pofile: tools.pofile daemons.pofile
pofile: po.pofile
endif

View File

@ -774,6 +774,7 @@ daemons/Makefile
daemons/clvmd/Makefile
daemons/dmeventd/Makefile
daemons/dmeventd/libdevmapper-event.pc
daemons/dmeventd/plugins/Makefile
daemons/dmeventd/plugins/mirror/Makefile
daemons/dmeventd/plugins/snapshot/Makefile
doc/Makefile

View File

@ -19,5 +19,9 @@ ifneq ("@CLVMD@", "none")
SUBDIRS = clvmd
endif
ifeq ("@DMEVENTD@", "yes")
SUBDIRS += dmeventd/plugins
endif
include $(top_srcdir)/make.tmpl