summaryrefslogtreecommitdiff
path: root/daemon/ssh-agent/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/ssh-agent/Makefile.am')
-rw-r--r--daemon/ssh-agent/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/ssh-agent/Makefile.am b/daemon/ssh-agent/Makefile.am
index 8d643b80..aa8cbbe9 100644
--- a/daemon/ssh-agent/Makefile.am
+++ b/daemon/ssh-agent/Makefile.am
@@ -5,6 +5,7 @@ INCLUDES = \
-I$(top_srcdir)/pkcs11 \
$(GOBJECT_CFLAGS) \
$(GLIB_CFLAGS) \
+ $(GCK_CFLAGS) \
-DGCK_API_SUBJECT_TO_CHANGE
# ------------------------------------------------------------------------------
@@ -30,9 +31,9 @@ gkd_ssh_agent_standalone_SOURCES = \
gkd_ssh_agent_standalone_LDADD = \
libgkd-ssh-agent.la \
- $(top_builddir)/gck/libgck-@GCK_MAJOR@.la \
$(top_builddir)/egg/libegg-buffer.la \
$(top_builddir)/egg/libegg-secure.la \
+ $(GCK_LIBS) \
$(GOBJECT_LIBS) \
$(GTHREAD_LIBS) \
$(LIBGCRYPT_LIBS) \