X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilcacc%2Ftests%2FMakefile.am;fp=lib%2Fsilcacc%2Ftests%2FMakefile.am;h=8ceace81c9d1bce407b82db1edc108c1076b1004;hp=b431654f57824b6ea70870ca8dae529b356a7a03;hb=80dc2a39c614ea1376a2e19ebe2460af11c9afee;hpb=9f20f0382b6229eca740925a73f96294f6dcedc6 diff --git a/lib/silcacc/tests/Makefile.am b/lib/silcacc/tests/Makefile.am index b431654f..8ceace81 100644 --- a/lib/silcacc/tests/Makefile.am +++ b/lib/silcacc/tests/Makefile.am @@ -17,11 +17,15 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign -bin_PROGRAMS = test_softacc +bin_PROGRAMS = test_softacc \ + test_softacc_cipher \ + test_softacc_cipher2 test_softacc_SOURCES = test_softacc.c +test_softacc_cipher_SOURCES = test_softacc_cipher.c +test_softacc_cipher2_SOURCES = test_softacc_cipher2.c LIBS = $(SILC_COMMON_LIBS) -LDADD = -L.. -L../.. -lsilc -lsilcacc +LDADD = -L.. -L../.. -lsct include $(top_srcdir)/Makefile.defines.in