diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-12-03 18:25:41 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-12-03 18:25:41 +0000 |
commit | 6c13f0e060ac30b54a89af5dc9bd9d7f72b52244 (patch) | |
tree | cc51105d971e276069237ea42c4e89b7c2c30940 /gabble | |
parent | 6927a344fefddf1135a2d409c0368850ea6dd8aa (diff) |
Include plugin directory in .pc files
Diffstat (limited to 'gabble')
-rw-r--r-- | gabble/telepathy-gabble-uninstalled.pc.in | 3 | ||||
-rw-r--r-- | gabble/telepathy-gabble.pc.in | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gabble/telepathy-gabble-uninstalled.pc.in b/gabble/telepathy-gabble-uninstalled.pc.in index fb33e9f6e..338f7b025 100644 --- a/gabble/telepathy-gabble-uninstalled.pc.in +++ b/gabble/telepathy-gabble-uninstalled.pc.in @@ -2,6 +2,9 @@ prefix= exec_prefix= abs_top_srcdir=@abs_top_srcdir@ abs_top_builddir=@abs_top_builddir@ +libdir=@libdir@ + +plugindir=${libdir}/telepathy/gabble-0 Name: Telepathy-Gabble Description: XMPP backend for the Telepathy framework diff --git a/gabble/telepathy-gabble.pc.in b/gabble/telepathy-gabble.pc.in index e7fd497f8..808b64ef1 100644 --- a/gabble/telepathy-gabble.pc.in +++ b/gabble/telepathy-gabble.pc.in @@ -3,6 +3,8 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ +plugindir=${libdir}/telepathy/gabble-0 + Name: Telepathy-Gabble Description: XMPP backend for the Telepathy framework Version: @VERSION@ |