X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Ftests%2FMakefile.am;h=1fd793a91f789c3565edf8b51222e85d8782be1e;hp=e2aa13178ae8660290ad9f59632a6737caab48b0;hb=c257b555225193e54d85daf541d29578b3c93882;hpb=f658940d02cf2fd893296b6a7825b42502573668 diff --git a/lib/silccrypt/tests/Makefile.am b/lib/silccrypt/tests/Makefile.am index e2aa1317..1fd793a9 100644 --- a/lib/silccrypt/tests/Makefile.am +++ b/lib/silccrypt/tests/Makefile.am @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2002 Pekka Riikonen +# Copyright (C) 2002 - 2003 Pekka Riikonen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,7 +22,8 @@ bin_PROGRAMS = test_sha1 \ test_hmacsha1 \ test_hmacmd5 \ test_aes \ - test_twofish + test_twofish \ + test_silcpkcs test_sha1_SOURCES = test_sha1.c test_md5_SOURCES = test_md5.c @@ -32,6 +33,8 @@ test_hmacmd5_SOURCES = test_hmacmd5.c test_aes_SOURCES = test_aes.c test_twofish_SOURCES = test_aes.c +test_silcpkcs_SOURCES = test_silcpkcs.c + LIBS = $(SILC_COMMON_LIBS) LDADD = -L.. -L../.. -lsilc