]> sourceware.org Git - lvm2.git/commitdiff
Fix clvmd Makefile to not overwrite LIBS from template definition
authorMilan Broz <mbroz@redhat.com>
Tue, 16 Mar 2010 08:47:46 +0000 (08:47 +0000)
committerMilan Broz <mbroz@redhat.com>
Tue, 16 Mar 2010 08:47:46 +0000 (08:47 +0000)
WHATS_NEW
daemons/clvmd/Makefile.in

index 0a7c08a08762157d51ed568279bfc50db0294dc2..0350858e42595eb5b5506d841f937fcdf6dc5d84 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.63 - 
 ================================
+  Fix clvmd Makefile to not overwrite LIBS from template definition.
 
 Version 2.02.62 - 9th March 2010
 ================================
index 16ba0b891574b665ee52203ac135ef2475741a77..b9f4181f07b9c34038a88ab8564f8d9c30bbacf7 100644 (file)
@@ -81,14 +81,14 @@ ifeq ("@DMEVENTD@", "yes")
        LVMLIBS += -ldevmapper-event
 endif
  
+include $(top_builddir)/make.tmpl
+
 LVMLIBS += -ldevmapper
 LIBS += $(PTHREAD_LIBS)
 
 DEFS += -D_REENTRANT
 CFLAGS += -fno-strict-aliasing
 
-include $(top_builddir)/make.tmpl
-
 INSTALL_TARGETS = \
        install_clvmd
 
This page took 0.03749 seconds and 5 git commands to generate.