[glom/glom-1-16] Add exampledir variable to pkg-config file.



commit dfc37f0836e5222660cfa81437f59459858d66af
Author: Ben Konrath <ben bagu org>
Date:   Tue Jul 12 11:30:46 2011 +0200

    Add exampledir variable to pkg-config file.
    
    * glom/libglom/glom.pc.in: Also add PACKAGE_TARNAME variable because
    it's needed for the @docdir@ expansion.

 ChangeLog               |    7 +++++++
 glom/libglom/glom.pc.in |    2 ++
 2 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6d8748c..89c726f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-07-12  Ben Konrath  <ben bagu org>
+
+	Add exampledir variable to pkg-config file.
+
+	* glom/libglom/glom.pc.in: Also add PACKAGE_TARNAME variable because
+	it's needed for the @docdir@ expansion.
+
 1.16.3:
 
 2011-07-05  Murray Cumming  <murrayc murrayc com>
diff --git a/glom/libglom/glom.pc.in b/glom/libglom/glom.pc.in
index a0a66a0..df9c699 100644
--- a/glom/libglom/glom.pc.in
+++ b/glom/libglom/glom.pc.in
@@ -2,6 +2,8 @@ prefix= prefix@
 exec_prefix= exec_prefix@
 libdir= libdir@
 includedir= includedir@
+PACKAGE_TARNAME= PACKAGE_TARNAME@
+exampledir= docdir@/examples
 
 Name: libglom
 Description: Library for accessing Glom documents and data structures.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]