public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: master - build: export INCDIR and LIBDIR to pc files
@ 2009-01-30 11:47 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-01-30 11:47 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=39140df41477f924bf53b2830892b5ae0dacf0bd
Commit:        39140df41477f924bf53b2830892b5ae0dacf0bd
Parent:        368e3db6c9617ff484ed4e5cbf8e95d396207406
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Fri Jan 30 11:03:11 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Fri Jan 30 12:19:35 2009 +0100

build: export INCDIR and LIBDIR to pc files

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 make/libs.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/make/libs.mk b/make/libs.mk
index 365a7c9..9863b1f 100644
--- a/make/libs.mk
+++ b/make/libs.mk
@@ -41,6 +41,8 @@ $(PKGCONF): $(S)/$(PKGCONF).in
 	cat $(S)/$(PKGCONF).in | \
 	sed \
 		-e 's#@PREFIX@#${prefix}#g' \
+		-e 's#@LIBDIR@#${libdir}#g' \
+		-e 's#@INCDIR@#${incdir}#g' \
 		-e 's#@VERSION@#${RELEASE_VERSION}#g' \
 	> $@
 


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

only message in thread, other threads:[~2009-01-30 11:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-30 11:47 cluster: master - build: export INCDIR and LIBDIR to pc files 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).