Added cipher acceleration to SILC Accelerator. Added cipher softacc.
[crypto.git] / lib / silcacc / tests / Makefile.am
index b431654f57824b6ea70870ca8dae529b356a7a03..8ceace81c9d1bce407b82db1edc108c1076b1004 100644 (file)
 
 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