[vala] Rename pkg-config file from vala to libvala
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] Rename pkg-config file from vala to libvala
- Date: Sun, 26 Sep 2010 08:30:13 +0000 (UTC)
commit 5b8ba80e9fd8b6674236c779c9ed7797cd4e8614
Author: Jürg Billeter <j bitron ch>
Date: Sun Sep 26 10:27:10 2010 +0200
Rename pkg-config file from vala to libvala
This should make clear that it should only be used for libvala.
Makefile.am | 4 ++--
configure.ac | 2 +-
vala.pc.in => libvala.pc.in | 0
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index cad1fa6..93ff8d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,9 +37,9 @@ aclocaldir = $(datadir)/aclocal
dist_aclocal_DATA = vala.m4
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = vala PACKAGE_SUFFIX@.pc
+pkgconfig_DATA = libvala PACKAGE_SUFFIX@.pc
-vala PACKAGE_SUFFIX@.pc: vala.pc
+libvala PACKAGE_SUFFIX@.pc: libvala.pc
cp $< $@
.PHONY: bootstrap
diff --git a/configure.ac b/configure.ac
index 2d27af8..d1bc1c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,7 +99,7 @@ AM_CONDITIONAL(HAVE_XSLTPROC, test "$XSLTPROC" != :)
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AC_CONFIG_FILES([Makefile
- vala.pc
+ libvala.pc
gee/Makefile
ccode/Makefile
vala/Makefile
diff --git a/vala.pc.in b/libvala.pc.in
similarity index 100%
rename from vala.pc.in
rename to libvala.pc.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]