summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-03-04 11:12:39 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-03-04 11:12:39 +0000
commitf0f0b802d16636e188b2d3c9b001fce80d0085ca (patch)
tree89694a48c4c47cdee0b6d02d723aac2b1e807301 /tools/Makefile.in
parentc927452439da7916635aac9d9b0e121ec5b05b68 (diff)
downloadlvm2-f0f0b802d16636e188b2d3c9b001fce80d0085ca.tar.gz
lvm2-f0f0b802d16636e188b2d3c9b001fce80d0085ca.tar.xz
lvm2-f0f0b802d16636e188b2d3c9b001fce80d0085ca.zip
Introduce LVMINTERNAL_LIBS
Keep dependency libraries for liblvm-internal in one place.
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r--tools/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 41c20dba..efdf6991 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -86,7 +86,7 @@ ifeq ("@STATIC_LINK@", "yes")
INSTALL_CMDLIB_TARGETS += install_cmdlib_static
endif
-LVMLIBS = -llvm-internal
+LVMLIBS = $(LVMINTERNAL_LIBS)
LIB_VERSION = $(LIB_VERSION_LVM)
CLEAN_TARGETS = liblvm2cmd.$(LIB_SUFFIX) liblvm2cmd.a liblvm2cmd-static.a lvm lvm.o \