summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2013-06-28 10:46:00 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2013-07-02 15:22:11 +0200
commit6d1ed2254ccfe2a34f1423ea2359cf6a554e8d9e (patch)
tree617f0263f6d42af74f321d895a504664ba6dc742 /Makefile.in
parent9c12a23a997418700b4dac1a44d193e6a837f3a3 (diff)
downloadlvm2-6d1ed2254ccfe2a34f1423ea2359cf6a554e8d9e.tar.gz
conf: add separate 'conf' dir for config files
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index ceb89649b..2ee20e54b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -16,7 +16,7 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
-SUBDIRS = doc include man
+SUBDIRS = conf include man
ifeq ("@UDEV_RULES@", "yes")
SUBDIRS += udev
@@ -43,7 +43,7 @@ ifeq ($(MAKECMDGOALS),clean)
endif
# FIXME Should use intermediate Makefiles here!
ifeq ($(MAKECMDGOALS),distclean)
- SUBDIRS = doc include man test scripts \
+ SUBDIRS = conf include man test scripts \
libdaemon lib tools daemons libdm \
udev po liblvm python \
unit-tests/datastruct unit-tests/mm unit-tests/regex