Browse Source

Merge commit '0a2b889' into bfgminer-3.0.x

Luke Dashjr 12 years ago
parent
commit
35b129e3a6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile.am

+ 2 - 2
Makefile.am

@@ -46,13 +46,13 @@ bfgminer_SOURCES	+= elist.h miner.h compat.h bench_block.h	\
 	deviceapi.c deviceapi.h \
 		   util.c util.h uthash.h logging.h		\
 		   sha2.c sha2.h api.c
-bfgminer_DEPENDENCIES =
+EXTRA_bfgminer_DEPENDENCIES =
 
 if NEED_LIBBLKMAKER
 SUBDIRS           += libblkmaker
 
 if HAVE_CYGWIN
-bfgminer_DEPENDENCIES += cygblkmaker-0.1-0.dll cygblkmaker_jansson-0.1-0.dll
+EXTRA_bfgminer_DEPENDENCIES += cygblkmaker-0.1-0.dll cygblkmaker_jansson-0.1-0.dll
 
 cyg%.dll: libblkmaker/.libs/cyg%.dll
 	cp -p $< $@