diff --git a/src/Makefile.am b/src/Makefile.am index 7264c4f..1940446 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign nostdinc libssh2_la_SOURCES = channel.c comp.c crypt.c hostkey.c kex.c mac.c \ misc.c packet.c publickey.c scp.c session.c sftp.c userauth.c \ -libssh2_priv.h openssl.h libgcrypt.h +libssh2_priv.h openssl.h libgcrypt.h pem.c if LIBGCRYPT libssh2_la_SOURCES += libgcrypt.c