[glom] glom-1.0.pc.in: Rename to glom-1.12.pc.in to match



commit a4241a58d3ae2b53cf4a8229024e5b72cc184c61
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Sep 21 09:11:33 2009 +0200

    glom-1.0.pc.in: Rename to glom-1.12.pc.in to match
    the .so name and header install location. Noticed by Chris Coulson.

 ChangeLog                                        |    5 +++++
 Makefile.am                                      |    2 +-
 configure.ac                                     |    2 +-
 glom/libglom/{glom-1.0.pc.in => glom-1.12.pc.in} |    0
 4 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 64c89ca..5c50287 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-21  Murray Cumming  <murrayc murrayc com>
+
+	* glom/libglom/glom-1.0.pc.in: Rename to glom-1.12.pc.in to match 
+	the .so name and header install location. Noticed by Chris Coulson.
+
 2009-09-18  Michael Hasselmann  <michaelh openismus com>
 
 	Import tests: made them quiet
diff --git a/Makefile.am b/Makefile.am
index bdaba16..d0203db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,7 +79,7 @@ glom_pyexport = -export-symbols-regex '^_*initglom'
 glom_python_embed_python_module_glom_1_12_la_LDFLAGS = $(pymod_ldflags) $(glom_pyexport)
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = glom/libglom/glom-1.0.pc
+pkgconfig_DATA = glom/libglom/glom-1.12.pc
 
 dist_pkgdata_DATA = glom/glom_document.dtd
 
diff --git a/configure.ac b/configure.ac
index 58e3b33..00e8116 100644
--- a/configure.ac
+++ b/configure.ac
@@ -231,6 +231,6 @@ AC_CONFIG_FILES([Makefile
                  docs/user-guide/Makefile
                  po/Makefile.in
                  glom.desktop.in
-                 glom/libglom/glom-1.0.pc
+                 glom/libglom/glom-1.12.pc
                  win32/glom.iss])
 AC_OUTPUT
diff --git a/glom/libglom/glom-1.0.pc.in b/glom/libglom/glom-1.12.pc.in
similarity index 100%
rename from glom/libglom/glom-1.0.pc.in
rename to glom/libglom/glom-1.12.pc.in



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