[seahorse] Libeahorse: make ssh and pgp header exist.



commit 0c2e2646fdd886c150c0704b2ce56027483cd522
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Tue Nov 21 19:50:32 2017 +0100

    Libeahorse: make ssh and pgp header exist.

 libseahorse/meson.build |    2 ++
 pgp/meson.build         |    5 +++++
 ssh/meson.build         |    5 +++++
 3 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/libseahorse/meson.build b/libseahorse/meson.build
index 9313fa8..15f1682 100644
--- a/libseahorse/meson.build
+++ b/libseahorse/meson.build
@@ -35,6 +35,8 @@ libseahorse_deps = [
   libsecret,
   libtreemultidnd_dep,
   common_dep,
+  ssh_dep,
+  pgp_dep,
 ]
 
 libseahorse_lib = static_library('libseahorse',
diff --git a/pgp/meson.build b/pgp/meson.build
index c05d085..53814f4 100644
--- a/pgp/meson.build
+++ b/pgp/meson.build
@@ -84,6 +84,11 @@ pgp_lib = static_library('seahorse-pgp',
   c_args: pgp_c_flags,
 )
 
+pgp_dep = declare_dependency(
+  link_with: pgp_lib,
+  include_directories: include_directories('.'),
+)
+
 # xloadimage helper binary
 xloadimage = executable('xloadimage',
   'seahorse-xloadimage.c',
diff --git a/ssh/meson.build b/ssh/meson.build
index 3bf0876..151f4be 100644
--- a/ssh/meson.build
+++ b/ssh/meson.build
@@ -29,6 +29,11 @@ ssh_lib = static_library('seahorse-ssh',
   dependencies: ssh_dependencies,
 )
 
+ssh_dep = declare_dependency(
+  link_with: ssh_lib,
+  include_directories: include_directories('.'),
+)
+
 # ssh-askpass helper binary
 ssh_askpass_sources = [
   'seahorse-ssh-askpass.c',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]