From e3c4320f77c988723bccd7420c30baa0b6eb7298 Mon Sep 17 00:00:00 2001 From: Philipp Otterbein Date: Tue, 17 Jan 2017 19:09:38 +0100 Subject: [PATCH] update dependencies --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 22d1f2ef..69922b38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ sgminer_SOURCES += driver-opencl.c driver-opencl.h sgminer_SOURCES += ocl.c ocl.h sgminer_SOURCES += findnonce.c findnonce.h sgminer_SOURCES += adl.c adl.h adl_functions.h -sgminer_SOURCES += sysfs-gpu-controls.c sysfs-gpu-controls.h +sgminer_SOURCES += sysfs-gpu-controls.c sysfs-gpu-controls.h pptable_v1_0.h sgminer_SOURCES += pool.c pool.h sgminer_SOURCES += algorithm.c algorithm.h sgminer_SOURCES += config_parser.c config_parser.h @@ -53,6 +53,7 @@ sgminer_SOURCES += ocl/build_kernel.c ocl/build_kernel.h sgminer_SOURCES += ocl/binary_kernel.c ocl/binary_kernel.h sgminer_SOURCES += kernel/*.cl +sgminer_SOURCES += kernel/*.h sgminer_SOURCES += algorithm/scrypt.c algorithm/scrypt.h sgminer_SOURCES += algorithm/darkcoin.c algorithm/darkcoin.h sgminer_SOURCES += algorithm/qubitcoin.c algorithm/qubitcoin.h