]> sourceware.org Git - lvm2.git/commitdiff
fix tabs
authorAlasdair Kergon <agk@redhat.com>
Fri, 3 Feb 2006 21:34:11 +0000 (21:34 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 3 Feb 2006 21:34:11 +0000 (21:34 +0000)
daemons/clvmd/Makefile.in

index bf1e6fa7711ff30b25286ace0f09d6872d089816..fa1b362ef9b4d7191c4a5111944ad5012cc574d7 100644 (file)
@@ -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
This page took 0.039565 seconds and 5 git commands to generate.