public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* fence-agents: master - build: fix nss_wrapper Makefile
@ 2009-04-01  9:25 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-04-01  9:25 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=b332199a29ecad045384fcd1388c50c66a9f552f
Commit:        b332199a29ecad045384fcd1388c50c66a9f552f
Parent:        3b6875b351200f38d1ec6e0bd9def3e8a802adb9
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Wed Apr 1 11:24:57 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Wed Apr 1 11:24:57 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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-01  9:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-01  9:25 fence-agents: master - build: fix nss_wrapper Makefile Fabio M. Di Nitto

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).