1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-04 11:04:26 +00:00

Fix packaging issue with logging.h missing.

This commit is contained in:
Con Kolivas 2012-02-12 11:39:10 +11:00
parent e0fec35751
commit beb1c3f907

View File

@ -29,7 +29,7 @@ cgminer_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib @OPENCL_FLAGS@
cgminer_SOURCES := cgminer.c
cgminer_SOURCES += elist.h miner.h compat.h bench_block.h \
util.c uthash.h \
util.c uthash.h logging.h \
sha2.c sha2.h api.c
cgminer_SOURCES += logging.c