From fbbe09a938c45bdd1d89cbc21d36276c19e31f36 Mon Sep 17 00:00:00 2001 From: djm34 Date: Fri, 12 Dec 2014 00:13:39 +0100 Subject: [PATCH] lyra2re --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index f0e63de9..f70986b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,6 +68,7 @@ sgminer_SOURCES += algorithm/x14.c algorithm/x14.h sgminer_SOURCES += algorithm/fresh.c algorithm/fresh.h sgminer_SOURCES += algorithm/whirlcoin.c algorithm/whirlcoin.h sgminer_SOURCES += algorithm/neoscrypt.c algorithm/neoscrypt.h +sgminer_SOURCES += algorithm/Lyra2RE.c algorithm/Lyra2RE.h algorithm/Lyra2.c algorithm/Lyra2.h algorithm/Sponge.c algorithm/Sponge.h bin_SCRIPTS = $(top_srcdir)/kernel/*.cl