summaryrefslogtreecommitdiffstats
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2008-06-23 09:25:08 +0000
committerJim Meyering <jim@meyering.net>2008-06-23 09:25:08 +0000
commitaa4d1e3106d39cb1ee240597e4af628d4c10f025 (patch)
tree0a29415864834ac0f394123b13477de3a0fbd6eb /make.tmpl.in
parent2c189a57f443e513881ebbbfcbb822b6fde30a9c (diff)
downloadlvm2-aa4d1e3106d39cb1ee240597e4af628d4c10f025.tar.gz
lvm2-aa4d1e3106d39cb1ee240597e4af628d4c10f025.tar.xz
lvm2-aa4d1e3106d39cb1ee240597e4af628d4c10f025.zip
avoid link failure when configuring without --enable-cmdlib
* configure.in (LVM2CMD_LIB): Define if --enable-cmdlib. * dmeventd/mirror/Makefile.in (CLDFLAGS): Use $(LVM2CMD_LIB) rather than hard-coding -llvm2cmd. * dmeventd/snapshot/Makefile.in (CLDFLAGS): Likewise.
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index 2f8e9a49..3082e57b 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -1,7 +1,7 @@
# @configure_input@
#
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
-# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2004, 2008 Red Hat, Inc. All rights reserved.
#
# This file is part of LVM2.
#