This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: master - build: export INCDIR and LIBDIR to pc files


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' \
 	> $@
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]