From beb1c3f90714d8af06a36a113e4189d4a2737722 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sun, 12 Feb 2012 11:39:10 +1100 Subject: [PATCH] Fix packaging issue with logging.h missing. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e0be3ca7..4249d51c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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