From ea80ab2caefa4473577ac5ecf434ffb23440a3a7 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Wed, 8 Feb 2006 23:23:19 +0000 Subject: [PATCH] post-release fix dmeventd build --- VERSION | 2 +- WHATS_NEW | 4 ++++ daemons/dmeventd/plugins/mirror/Makefile.in | 4 ++-- dmeventd/mirror/Makefile.in | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 2da1e19e9..e700de9ed 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.02.02-cvs (2006-02-07) +2.02.03-cvs (2006-02-08) diff --git a/WHATS_NEW b/WHATS_NEW index 333e27d6a..53279ce04 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,3 +1,7 @@ +Version 2.02.03 - +=================================== + Fix dmeventd build. + Version 2.02.02 - 7th February 2006 =================================== Add %.so: %.a make template rule. diff --git a/daemons/dmeventd/plugins/mirror/Makefile.in b/daemons/dmeventd/plugins/mirror/Makefile.in index 30395646c..bd13fb213 100644 --- a/daemons/dmeventd/plugins/mirror/Makefile.in +++ b/daemons/dmeventd/plugins/mirror/Makefile.in @@ -16,7 +16,7 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ -CFLAGS += -I${top_srcdir}/tools -I${top_srcdir}/include +INCLUDES += -I${top_srcdir}/tools CLDFLAGS += -L${top_srcdir}/tools -ldevmapper -llvm2cmd SOURCES = dmeventd_mirror.c @@ -32,5 +32,5 @@ include $(top_srcdir)/make.tmpl install: libdevmapper-event-lvm2mirror.$(LIB_SUFFIX) $(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< \ $(libdir)/$<.$(LIB_VERSION) - $(LN_S) -f $(libdir)/$<.$(LIB_VERSION) $(libdir)/$< + $(LN_S) -f $<.$(LIB_VERSION) $(libdir)/$< diff --git a/dmeventd/mirror/Makefile.in b/dmeventd/mirror/Makefile.in index 30395646c..bd13fb213 100644 --- a/dmeventd/mirror/Makefile.in +++ b/dmeventd/mirror/Makefile.in @@ -16,7 +16,7 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ -CFLAGS += -I${top_srcdir}/tools -I${top_srcdir}/include +INCLUDES += -I${top_srcdir}/tools CLDFLAGS += -L${top_srcdir}/tools -ldevmapper -llvm2cmd SOURCES = dmeventd_mirror.c @@ -32,5 +32,5 @@ include $(top_srcdir)/make.tmpl install: libdevmapper-event-lvm2mirror.$(LIB_SUFFIX) $(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< \ $(libdir)/$<.$(LIB_VERSION) - $(LN_S) -f $(libdir)/$<.$(LIB_VERSION) $(libdir)/$< + $(LN_S) -f $<.$(LIB_VERSION) $(libdir)/$<