[glom] Add PACKAGE_TARNAME variable to pkg-config file.



commit 5870850b4937638f8c7ce50153ac0c44f5b694ba
Author: Ben Konrath <ben bagu org>
Date:   Mon Jul 11 20:56:48 2011 +0200

    Add PACKAGE_TARNAME variable to pkg-config file.
    
    This is needed for the @docdir@ expansion used in the exampledir
    variable.
    
    * glom/libglom/glom.pc.in:

 ChangeLog               |    9 +++++++++
 glom/libglom/glom.pc.in |    3 ++-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0dfb07d..cc0bb0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2011-07-11  Ben Konrath  <ben bagu org>
 
+	Add PACKAGE_TARNAME variable to pkg-config file.
+
+	This is needed for the @docdir@ expansion used in the exampledir
+	variable.
+
+	* glom/libglom/glom.pc.in:
+
+2011-07-11  Ben Konrath  <ben bagu org>
+
 	Add exampledir variable to pkg-config file.
 
 	* glom/libglom/glom.pc.in:
diff --git a/glom/libglom/glom.pc.in b/glom/libglom/glom.pc.in
index 81080db..df9c699 100644
--- a/glom/libglom/glom.pc.in
+++ b/glom/libglom/glom.pc.in
@@ -2,7 +2,8 @@ prefix= prefix@
 exec_prefix= exec_prefix@
 libdir= libdir@
 includedir= includedir@
-exampledir = @docdir@/examples
+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]