diff options
Diffstat (limited to 'agent/Makefile.am')
-rw-r--r-- | agent/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am index eb5fa7d9d..d2b01b794 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -35,7 +35,9 @@ gpg_agent_SOURCES = \ pkdecrypt.c \ genkey.c \ protect.c \ - trustlist.c + trustlist.c \ + divert-scd.c \ + call-scd.c gpg_agent_LDADD = ../jnlib/libjnlib.a ../assuan/libassuan.a \ ../common/libcommon.a $(LIBGCRYPT_LIBS) |