Browse Source

Remove embedded uthash.h and utlist.h from Makefile

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

+ 2 - 2
Makefile.am

@@ -43,9 +43,9 @@ bfgminer_CPPFLAGS += $(libblkmaker_CFLAGS)
 # common sources
 # common sources
 bfgminer_SOURCES := miner.c
 bfgminer_SOURCES := miner.c
 
 
-bfgminer_SOURCES	+= utlist.h miner.h compat.h bench_block.h	\
+bfgminer_SOURCES	+= miner.h compat.h bench_block.h	\
 	deviceapi.c deviceapi.h \
 	deviceapi.c deviceapi.h \
-		   util.c util.h uthash.h logging.h		\
+		   util.c util.h logging.h		\
 		   sha2.c sha2.h api.c
 		   sha2.c sha2.h api.c
 bfgminer_DEPENDENCIES =
 bfgminer_DEPENDENCIES =