From 70e1d529eec04ad8e1ff6b73e1730dbce069acb3 Mon Sep 17 00:00:00 2001 From: KlausT Date: Mon, 15 Jan 2018 16:16:43 +0100 Subject: [PATCH] add missing files to Makefile.am --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 24e4eb0f..bfed5725 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,8 @@ ccminer_SOURCES = elist.h miner.h compat.h \ compat/sys/time.h compat/getopt/getopt.h \ crc32.c hefty1.c \ ccminer.cpp util.cpp \ - api.cpp hashlog.cpp nvml.cpp stats.cpp sysinfos.cpp cuda.cpp \ + api.cpp hashlog.cpp stats.cpp sysinfos.cpp cuda.cpp \ + nvml.cpp nvml.h nvsettings.cpp \ cuda_helper.h cuda_vector.h \ sph/neoscrypt.h sph/neoscrypt.cpp \ sph/sha256_Y.h sph/sha256_Y.c sph/sph_sha2.c \