public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jan Friesse <honzaf@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: cluster: STABLE3 - build: fix nss_wrapper Makefile
Date: Wed, 01 Apr 2009 09:48:00 -0000	[thread overview]
Message-ID: <20090401094820.76023120346@lists.fedorahosted.org> (raw)

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=ad1bef3ca6c537d718c91c7b46ad5f7c021028f4
Commit:        ad1bef3ca6c537d718c91c7b46ad5f7c021028f4
Parent:        463b02ad90caac5ca4d113e44d4a39a3275c2794
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Wed Apr 1 11:24:57 2009 +0200
Committer:     Jan Friesse <jfriesse@redhat.com>
CommitterDate: Wed Apr 1 11:48:01 2009 +0200

build: fix nss_wrapper Makefile

Cleanup unrequired bits and respect search orders for includes and libraries

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 fence/agents/nss_wrapper/Makefile |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/fence/agents/nss_wrapper/Makefile b/fence/agents/nss_wrapper/Makefile
index ae74124..b3a53ae 100644
--- a/fence/agents/nss_wrapper/Makefile
+++ b/fence/agents/nss_wrapper/Makefile
@@ -10,11 +10,13 @@ include $(OBJDIR)/make/clean.mk
 include $(OBJDIR)/make/install.mk
 include $(OBJDIR)/make/uninstall.mk
 
-OBJS=	fence_nss_wrapper.o
+OBJS=	$(TARGET).o
 
-CFLAGS += -I${incdir} -I${nsprincdir} -I${nssincdir}
+CFLAGS += -I${nsprincdir} -I${nssincdir}
+CFLAGS += -I${incdir}
 
-LDFLAGS += -L${libdir} -L${nsprlibdir} -L${nsslibdir} -lnss3 -lssl3
+LDFLAGS += -L${nsslibdir} -lnss3 -lssl3
+LDFLAGS += -L${libdir}
 
 ${TARGET}: ${OBJS}
 	$(CC) -o $@ $^ $(LDFLAGS)


                 reply	other threads:[~2009-04-01  9:48 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=20090401094820.76023120346@lists.fedorahosted.org \
    --to=honzaf@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).