[libgames-support] Add API version to pkg-config file



commit 85e130d13e76e6e8d1941222fb29ddd14fc45997
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Jun 27 19:58:19 2015 -0500

    Add API version to pkg-config file
    
    Seems like a supremely bad idea to not do this

 Makefile.am                                        |    2 +-
 configure.ac                                       |    2 +-
 ...mes-support.pc.in => libgames-support-1.0.pc.in |    0
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 8baedb1..693efd2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = po
 
 pkgconfigdir = $(libdir)/pkgconfig
 
-pkgconfig_DATA = libgames-support.pc
+pkgconfig_DATA = libgames-support-1.0.pc
 
 lib_LTLIBRARIES = libgames-support.la
 
diff --git a/configure.ac b/configure.ac
index 8b18296..6a7701d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ IT_PROG_INTLTOOL([0.50.2])
 
 AC_CONFIG_FILES([
        Makefile
-       libgames-support.pc
+       libgames-support-1.0.pc
        po/Makefile.in
 ])
 
diff --git a/libgames-support.pc.in b/libgames-support-1.0.pc.in
similarity index 100%
rename from libgames-support.pc.in
rename to libgames-support-1.0.pc.in


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