summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-17 11:35:52 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-17 11:35:52 +0200
commit80c0a6edfd19b58666136e159b83c6ffc9152aae (patch)
tree0f9694def869d159b2844b427ec0d03235ef10b1
parentaaaf3a3d7461197fbb7abf0567fff196bd5c5576 (diff)
downloadtelepathy-glib-80c0a6edfd19b58666136e159b83c6ffc9152aae.tar.gz
remove telepathy-vala.pc (fdo #29070)
-rw-r--r--configure.ac4
-rw-r--r--vala/Makefile.am1
-rw-r--r--vala/telepathy-vala-uninstalled.pc.in12
-rw-r--r--vala/telepathy-vala.pc.in14
4 files changed, 1 insertions, 30 deletions
diff --git a/configure.ac b/configure.ac
index 8b50624ef..035ecf4bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -293,7 +293,5 @@ AC_OUTPUT( Makefile \
tests/tools/Makefile \
tools/Makefile \
m4/Makefile \
- vala/Makefile \
- vala/telepathy-vala.pc \
- vala/telepathy-vala-uninstalled.pc
+ vala/Makefile
)
diff --git a/vala/Makefile.am b/vala/Makefile.am
index 38d1a9400..3d89aca74 100644
--- a/vala/Makefile.am
+++ b/vala/Makefile.am
@@ -11,7 +11,6 @@ BUILT_SOURCES = \
$(NULL)
pkgconfigdir = ${libdir}/pkgconfig
-pkgconfig_DATA = telepathy-vala.pc
telepathy-glib.vapi: $(top_builddir)/telepathy-glib/TelepathyGLib-0.12.gir
$(VAPIGEN_V)$(VAPIGEN) \
diff --git a/vala/telepathy-vala-uninstalled.pc.in b/vala/telepathy-vala-uninstalled.pc.in
deleted file mode 100644
index a9382e1ed..000000000
--- a/vala/telepathy-vala-uninstalled.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
-prefix=
-exec_prefix=
-abs_top_srcdir=@abs_top_srcdir@
-abs_top_builddir=@abs_top_builddir@
-vapidir=${abs_top_srcdir}/vala
-valaflags=--vapidir=${vapidir}
-
-Name: Telepathy Vala bindings (uninstalled copy)
-Description: Vala bindings for the Telepathy framework
-Version: @VERSION@
-Requires: pkg-config >= 0.21
-Requires.private: dbus-glib-1 >= 0.82, glib-2.0 >= 2.22, gobject-2.0 >= 2.22, gio-2.0 >= 2.22, telepathy-glib
diff --git a/vala/telepathy-vala.pc.in b/vala/telepathy-vala.pc.in
deleted file mode 100644
index 61ccb9dce..000000000
--- a/vala/telepathy-vala.pc.in
+++ /dev/null
@@ -1,14 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-datarootdir=@datarootdir@
-datadir=@datadir@
-vapidir=@datadir@/vala/vapi
-valaflags=
-
-Name: Telepathy Vala bindings
-Description: Vala bindings for the Telepathy framework
-Version: @VERSION@
-Requires: pkg-config >= 0.21
-Requires.private: dbus-glib-1 >= 0.82, glib-2.0 >= 2.22, gobject-2.0 >= 2.22, gio-2.0 >= 2.22, telepathy-glib