summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2006-02-03 21:34:11 +0000
committerAlasdair Kergon <agk@redhat.com>2006-02-03 21:34:11 +0000
commit768255c0610202da956aea205157abe98feab858 (patch)
treebdf1f0713e0426b49be1f6b1a140cffe0ecc332c /daemons/clvmd/Makefile.in
parenta0d0eda9b3ad73d35f11708974874ef509230bd2 (diff)
downloadlvm2-768255c0610202da956aea205157abe98feab858.tar.gz
lvm2-768255c0610202da956aea205157abe98feab858.tar.xz
lvm2-768255c0610202da956aea205157abe98feab858.zip
fix tabs
Diffstat (limited to 'daemons/clvmd/Makefile.in')
-rw-r--r--daemons/clvmd/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/clvmd/Makefile.in b/daemons/clvmd/Makefile.in
index bf1e6fa7..fa1b362e 100644
--- a/daemons/clvmd/Makefile.in
+++ b/daemons/clvmd/Makefile.in
@@ -56,11 +56,11 @@ TARGETS = \
LVMLIBS = -llvm
ifeq ("@DMEVENTD@", "yes")
- LVMLIBS += -ldevmapper-event -lpthread
+ LVMLIBS += -ldevmapper-event -lpthread
endif
ifeq ("@DEVMAPPER@", "yes")
- LVMLIBS += -ldevmapper
+ LVMLIBS += -ldevmapper
endif
CFLAGS += -D_REENTRANT -fno-strict-aliasing