diff options
-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@ |