]> sourceware.org Git - lvm2.git/commitdiff
dmeventd plugins move
authorAlasdair Kergon <agk@redhat.com>
Fri, 31 Oct 2008 22:29:44 +0000 (22:29 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 31 Oct 2008 22:29:44 +0000 (22:29 +0000)
Makefile.in
configure.in
daemons/Makefile.in

index 693419f56505f0853b6bd1af5f5bae729d4b83f0..923d13f5aeea0af7987ab5264538c22e5b495d7a 100644 (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
 
index 11cc45f7dd5a96c6f700a6454f3d6a5e8c71b672..fc32849d00c1581f4b6450edc85d020fbd55f0e5 100644 (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
index c5cd3b3a30139c0bee31670f00a41e5f20b0b039..9f24883c6b719ccb6e4dac302b71491a3b2e4ef6 100644 (file)
@@ -19,5 +19,9 @@ ifneq ("@CLVMD@", "none")
   SUBDIRS = clvmd
 endif
 
+ifeq ("@DMEVENTD@", "yes")
+  SUBDIRS += dmeventd/plugins
+endif
+
 include $(top_srcdir)/make.tmpl
 
This page took 0.034374 seconds and 5 git commands to generate.