diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-17 11:35:52 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-17 11:35:52 +0200 |
commit | 80c0a6edfd19b58666136e159b83c6ffc9152aae (patch) | |
tree | 0f9694def869d159b2844b427ec0d03235ef10b1 /vala | |
parent | aaaf3a3d7461197fbb7abf0567fff196bd5c5576 (diff) | |
download | telepathy-glib-80c0a6edfd19b58666136e159b83c6ffc9152aae.tar.gz |
remove telepathy-vala.pc (fdo #29070)
Diffstat (limited to 'vala')
-rw-r--r-- | vala/Makefile.am | 1 | ||||
-rw-r--r-- | vala/telepathy-vala-uninstalled.pc.in | 12 | ||||
-rw-r--r-- | vala/telepathy-vala.pc.in | 14 |
3 files changed, 0 insertions, 27 deletions
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 |