summaryrefslogtreecommitdiff
path: root/libdm/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2009-04-08 14:04:35 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2009-04-08 14:04:35 +0000
commitbeeae21dbb812e567407e19d895f501b39f3b474 (patch)
treecdb539205072057d857b7f09e14f10af5b41cb55 /libdm/Makefile.in
parent772cac09e358dc20b88fd05e44aae7015604015a (diff)
downloadlvm2-beeae21dbb812e567407e19d895f501b39f3b474.tar.gz
Do not create some dm and lvm static librarie when they are not requested
by configure option Add dependency for static dmeventd library
Diffstat (limited to 'libdm/Makefile.in')
-rw-r--r--libdm/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdm/Makefile.in b/libdm/Makefile.in
index 5283717d0..4874ff1c7 100644
--- a/libdm/Makefile.in
+++ b/libdm/Makefile.in
@@ -34,7 +34,9 @@ SOURCES =\
INCLUDES = -I$(interface) -I.
+ifeq ("@STATIC_LINK@", "yes")
LIB_STATIC = $(interface)/libdevmapper.a
+endif
ifeq ("@LIB_SUFFIX@","dylib")
LIB_SHARED = $(interface)/libdevmapper.dylib