summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2009-07-31 11:49:53 +0000
committerAlasdair Kergon <agk@redhat.com>2009-07-31 11:49:53 +0000
commit709e1afd31c7d9b12c3a111a700b027d9a73f021 (patch)
treecc561f5895e9017246dacc2ac12446aa0fb5786c /Makefile.in
parent217bbd0dcb4935a7c199b663b81825b8f241ee19 (diff)
downloadlvm2-709e1afd31c7d9b12c3a111a700b027d9a73f021.tar.gz
Prepare for udev synchronisation code. (options don't work yet)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index fa1ba8041..c0ae57c5e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,6 +18,10 @@ VPATH = @srcdir@
SUBDIRS = doc include man scripts
+ifeq ("@UDEV_RULES@", "yes")
+ SUBDIRS += udev
+endif
+
ifeq ("@INTL@", "yes")
SUBDIRS += po
endif