Browse Source

Fix packaging issue with logging.h missing.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
beb1c3f907
  1. 2
      Makefile.am

2
Makefile.am

@ -29,7 +29,7 @@ cgminer_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib @OPENCL_FLAGS@ @@ -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

Loading…
Cancel
Save