[geocode-glib] pkg-config: Version the pkg-config file
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geocode-glib] pkg-config: Version the pkg-config file
- Date: Tue, 19 Mar 2013 23:34:27 +0000 (UTC)
commit 1cadaa879b7d72d973880680b5f947fd5c275974
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Mar 19 03:44:45 2013 +0200
pkg-config: Version the pkg-config file
Judging from '--pkg-export=geocode-glib-1.0' flag passed to
g-ir-scanner in Makefile, seems this was intended. It makes sense to
version API anyways.
Makefile.am | 4 ++--
configure.ac | 2 +-
geocode-glib.pc.in => geocode-glib-1.0.pc.in | 0
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 115d6c9..65e4086 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,10 +12,10 @@ MAINTAINERCLEANFILES = Makefile.in \
aclocal.m4 configure config.h.in config.sub config.guess \
ltmain.sh depcomp missing install-sh mkinstalldirs \
intltool-extract.in intltool-update.in intltool-merge.in \
- geocode-glib.pc
+ geocode-glib-1.0.pc
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = geocode-glib.pc
+pkgconfig_DATA = geocode-glib-1.0.pc
# Build ChangeLog from GIT history
ChangeLog:
diff --git a/configure.ac b/configure.ac
index 48d5d3a..0d72010 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,7 +97,7 @@ fi
AC_CONFIG_FILES([
Makefile
- geocode-glib.pc
+ geocode-glib-1.0.pc
docs/Makefile
docs/version.xml
geocode-glib/Makefile
diff --git a/geocode-glib.pc.in b/geocode-glib-1.0.pc.in
similarity index 100%
rename from geocode-glib.pc.in
rename to geocode-glib-1.0.pc.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]