summaryrefslogtreecommitdiffstats
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
commit5d518f1f186af758af59c08cf377dd2d2cdecabc (patch)
treecc561f5895e9017246dacc2ac12446aa0fb5786c /Makefile.in
parent377b6a5843bb5102d8b2887005346fec327aa890 (diff)
downloadlvm2-5d518f1f186af758af59c08cf377dd2d2cdecabc.tar.gz
lvm2-5d518f1f186af758af59c08cf377dd2d2cdecabc.tar.xz
lvm2-5d518f1f186af758af59c08cf377dd2d2cdecabc.zip
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 fa1ba804..c0ae57c5 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