diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e338c9c1..3145f495 100644 --- a/Makefile.am +++ b/Makefile.am @@ -761,6 +761,7 @@ sss_ssh_authorizedkeys_SOURCES = \ sss_ssh_authorizedkeys_CFLAGS = $(AM_CFLAGS) sss_ssh_authorizedkeys_LDADD = \ libsss_util.la +sss_ssh_authorizedkeys_LDFLAGS = $(CLIENT_LIBS) sss_ssh_knownhostsproxy_SOURCES = \ src/sss_client/common.c \ @@ -769,6 +770,7 @@ sss_ssh_knownhostsproxy_SOURCES = \ sss_ssh_knownhostsproxy_CFLAGS = $(AM_CFLAGS) sss_ssh_knownhostsproxy_LDADD = \ libsss_util.la +sss_ssh_knownhostsproxy_LDFLAGS = $(CLIENT_LIBS) endif ################# |