summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDave Wysochanski <dwysocha@redhat.com>2009-03-16 18:28:04 +0000
committerDave Wysochanski <dwysocha@redhat.com>2009-03-16 18:28:04 +0000
commitf5ac9a94955066bbd8464ef0982486592510cade (patch)
tree1c553a229f83981174bec4da11bfc9506c7a338f /Makefile.in
parentd726767f140cabae1c3f01958e5df536168bd618 (diff)
downloadlvm2-f5ac9a94955066bbd8464ef0982486592510cade.tar.gz
lvm2-f5ac9a94955066bbd8464ef0982486592510cade.tar.xz
lvm2-f5ac9a94955066bbd8464ef0982486592510cade.zip
Fix some distclean rules.
By gnu coding stds, 'distclean' should remove all files generated by ./configure in addition to what 'clean' does. Author: Takahiro Yasui <tyasui@redhat.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 018e8126..d9c93d09 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27,14 +27,16 @@ SUBDIRS += lib tools daemons libdm liblvm
ifeq ($(MAKECMDGOALS),distclean)
SUBDIRS += daemons/clvmd \
daemons/dmeventd/plugins \
+ daemons/dmeventd \
lib/format1 \
lib/format_pool \
lib/locking \
lib/mirror \
lib/snapshot \
+ test/api \
test \
po
- DISTCLEAN_TARGETS += lib/misc/configure.h
+ DISTCLEAN_TARGETS += lib/misc/configure.h lib/misc/lvm-version.h
DISTCLEAN_DIRS += lcov_reports*
endif