diff options
Diffstat (limited to 'agent/Makefile.am')
-rw-r--r-- | agent/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am index ce29462b2..87c9fa122 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -45,6 +45,7 @@ gpg_agent_SOURCES = \ cache.c \ trans.c \ findkey.c \ + sexp-secret.c \ pksign.c \ pkdecrypt.c \ genkey.c \ @@ -75,6 +76,7 @@ gpg_agent_DEPENDENCIES = $(resource_objs) gpg_protect_tool_SOURCES = \ protect-tool.c \ + sexp-secret.c \ protect.c cvt-openpgp.c gpg_protect_tool_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) \ |