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 e83311fb4..406b8f33c 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -29,7 +29,9 @@ AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(PTH_CFLAGS) gpg_agent_SOURCES = \ gpg-agent.c agent.h \ - command.c \ + gpg-stream.c gpg-stream.h gpg-stream-config.h \ + buffer.c buffer.h \ + command.c command-ssh.c \ query.c \ cache.c \ trans.c \ |