summaryrefslogtreecommitdiff
path: root/conf/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-09-11 21:30:05 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-09-11 21:46:35 +0200
commit95b5d24f434b6f2174d500a0c7b2bba78b7cd2e9 (patch)
treefd2d34a62a59007b508ffe972c20c487ba2ce5cb /conf/Makefile.in
parent19443035a613f3bd5e6028070cabd077279722c8 (diff)
downloadlvm2-95b5d24f434b6f2174d500a0c7b2bba78b7cd2e9.tar.gz
configure: relocate configure.h
Commit 9403edbb93a2c337df790408e9ff3d26566b7443 move location of configure.h and lvm-version.h. Let's try even better place then /conf dir which should be left for user configurable files. Put these files right into include dir.
Diffstat (limited to 'conf/Makefile.in')
-rw-r--r--conf/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/Makefile.in b/conf/Makefile.in
index b3ea85ba7..128395e3f 100644
--- a/conf/Makefile.in
+++ b/conf/Makefile.in
@@ -54,5 +54,4 @@ install_lvm2: install_conf install_localconf install_profiles
install: install_lvm2
-DISTCLEAN_TARGETS += $(CONFSRC) $(CONFLOCAL) $(PROFILE_TEMPLATES) \
- configure.h lvm-version.h
+DISTCLEAN_TARGETS += $(CONFSRC) $(CONFLOCAL) $(PROFILE_TEMPLATES)