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

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=ab2d5b9e20ac2934f512d6de9a2e4633aeaee99f
Commit:        ab2d5b9e20ac2934f512d6de9a2e4633aeaee99f
Parent:        fe965310ee57d8513d4ca204e4ee65e3e912c120
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 11:03:11 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 e05d69b..0cd8e82 100644
--- a/make/libs.mk
+++ b/make/libs.mk
@@ -39,6 +39,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:08 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:08 cluster: STABLE3 - 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).