public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: "Fabio M. Di Nitto" <fabbione@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: fence: master - build: re-make libfenced static again
Date: Mon, 15 Jun 2009 06:59:00 -0000	[thread overview]
Message-ID: <20090615065903.0728D12034C@lists.fedorahosted.org> (raw)

Gitweb:        http://git.fedorahosted.org/git/fence.git?p=fence.git;a=commitdiff;h=d7d4edefae0a2556cac706172e3193d0b4bbdbb0
Commit:        d7d4edefae0a2556cac706172e3193d0b4bbdbb0
Parent:        e3d0c9bcde468525c6e3fb068ea7d13ca2845b26
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Mon Jun 15 08:57:45 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Mon Jun 15 08:57:45 2009 +0200

build: re-make libfenced static again

please make sure to remove /usr/lib*/libfenced.*, rebuild and
reinstall libfenced (static version only) and then rebuild and
reinstall all controld daemons.

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 fence/libfenced/Makefile.am |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/fence/libfenced/Makefile.am b/fence/libfenced/Makefile.am
index 6834f55..615d152 100644
--- a/fence/libfenced/Makefile.am
+++ b/fence/libfenced/Makefile.am
@@ -1,17 +1,21 @@
 MAINTAINERCLEANFILES	= Makefile.in
 
-libversion		= 4:0:0
-
 include_HEADERS		= libfenced.h
 
 pkgconfigdir		= $(libdir)/pkgconfig
 
 pkgconfig_DATA		= libfenced.pc
 
-lib_LTLIBRARIES		= libfenced.la
+noinst_LTLIBRARIES	= libfenced.la
 
 libfenced_la_SOURCES	= main.c
 
 libfenced_la_CPPFLAGS	= -I$(top_srcdir)/fence/fenced
 
-libfenced_la_LDFLAGS	= -version-info $(libversion)
+install-exec-local:
+	$(INSTALL) -d $(DESTDIR)/$(libdir)
+	$(INSTALL) -m 644 $(builddir)/.libs/libfenced.a $(DESTDIR)/$(libdir)/
+
+uninstall-local:
+	cd $(DESTDIR)/$(libdir) && \
+		rm -f libfenced.a


                 reply	other threads:[~2009-06-15  6:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090615065903.0728D12034C@lists.fedorahosted.org \
    --to=fabbione@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).