1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

Makefile: fix build in non src dir

Fix 'make install' from builddir != srcdir.
This commit is contained in:
Zdenek Kabelac 2013-11-15 23:44:18 +01:00
parent 3a6f91d713
commit c697f501c7
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.105 -
=====================================
Fix install of conf subdir when not building in srcdir.
Add reporting of thin_id device id for thin volumes.
Fix reporting of empty numerical values.
Simplify reporting code.

View File

@ -19,7 +19,7 @@ CONFSRC=example.conf
CONFDEST=lvm.conf
DEFAULT_PROFILE=default.profile
PROFILES=$(DEFAULT_PROFILE) thin-performance.profile
PROFILES=$(DEFAULT_PROFILE) $(srcdir)/thin-performance.profile
include $(top_builddir)/make.tmpl