aboutsummaryrefslogtreecommitdiffstats
path: root/agent/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'agent/Makefile.am')
-rw-r--r--agent/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am
index 6b0518332..68ee4c791 100644
--- a/agent/Makefile.am
+++ b/agent/Makefile.am
@@ -31,7 +31,8 @@ gpg_agent_SOURCES = \
findkey.c \
pksign.c \
pkdecrypt.c \
- genkey.c
+ genkey.c \
+ trustlist.c
gpg_agent_LDADD = ../jnlib/libjnlib.a ../assuan/libassuan.a \
../common/libcommon.a $(LIBGCRYPT_LIBS)