diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-08-26 10:13:15 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-08-26 10:13:15 +0000 |
commit | 36387d6efaa585293e933df601165dcd9fef4f1a (patch) | |
tree | 55e47b61a4f8651e4798875c4a5c30eb03fd55d1 /src/Makefile.am | |
parent | ffa1d2477c631f97bb4ac19ce146024131733cf1 (diff) | |
download | gnutls-36387d6efaa585293e933df601165dcd9fef4f1a.tar.gz |
Improved the gnutls-cli-debug program
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 687f6c9ba9..aa5e757a61 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,7 +12,7 @@ gnutls_srpcrypt_SOURCES = crypt-gaa.c crypt.c gnutls_srpcrypt_LDADD = ../lib/libgnutls.la ../libextra/libgnutls-extra.la $(LIBGCRYPT_LIBS) $(LIBOPENCDK_LIBS) gnutls_cli_SOURCES = cli-gaa.c cli.c common.c gnutls_cli_LDADD = ../lib/libgnutls.la ../libextra/libgnutls-extra.la $(LIBGCRYPT_LIBS) $(LIBOPENCDK_LIBS) -gnutls_cli_debug_SOURCES = tls_test-gaa.c tls_test.c tests.c +gnutls_cli_debug_SOURCES = tls_test-gaa.c tls_test.c tests.c common.c gnutls_cli_debug_LDADD = ../lib/libgnutls.la ../libextra/libgnutls-extra.la $(LIBGCRYPT_LIBS) $(LIBOPENCDK_LIBS) |