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 d2b01b794..7ee2fb398 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -37,7 +37,9 @@ gpg_agent_SOURCES = \ protect.c \ trustlist.c \ divert-scd.c \ - call-scd.c + call-scd.c \ + sexp-parse.h + gpg_agent_LDADD = ../jnlib/libjnlib.a ../assuan/libassuan.a \ ../common/libcommon.a $(LIBGCRYPT_LIBS) |