diff options
author | Travis Reitter <travis.reitter@collabora.co.uk> | 2010-07-16 15:07:23 -0700 |
---|---|---|
committer | Travis Reitter <travis.reitter@collabora.co.uk> | 2010-07-16 15:07:23 -0700 |
commit | 96a893e5c22db626ba6607e1bd4138a19ffb50f5 (patch) | |
tree | 699f1e519e83ef648347b39db67d60f839d1b754 /vala | |
parent | 465e4adf6f999d45ee0d780321fe415c76cd150f (diff) |
Install telepathy-glib.vapi to a more conventional location and update telepathy-vala.pc to reflect that.
Diffstat (limited to 'vala')
-rw-r--r-- | vala/Makefile.am | 2 | ||||
-rw-r--r-- | vala/telepathy-vala.pc.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vala/Makefile.am b/vala/Makefile.am index 35aae1e65..6914909ab 100644 --- a/vala/Makefile.am +++ b/vala/Makefile.am @@ -1,4 +1,4 @@ -vapidir = $(datarootdir)/telepathy/vapi +vapidir = $(datarootdir)/vala/vapi vapi_DATA = \ telepathy-glib.vapi \ telepathy-glib.deps \ diff --git a/vala/telepathy-vala.pc.in b/vala/telepathy-vala.pc.in index fdb4316c2..61ccb9dce 100644 --- a/vala/telepathy-vala.pc.in +++ b/vala/telepathy-vala.pc.in @@ -4,8 +4,8 @@ libdir=@libdir@ includedir=@includedir@ datarootdir=@datarootdir@ datadir=@datadir@ -vapidir=@datadir@/telepathy/vapi -valaflags=--vapidir=${vapidir} +vapidir=@datadir@/vala/vapi +valaflags= Name: Telepathy Vala bindings Description: Vala bindings for the Telepathy framework |