Browse Source

Bugfix: Makefile.am: Remove reference to non-existent driver-avalonmm.h

Luke Dashjr 11 years ago
parent
commit
02b2d553d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -270,7 +270,7 @@ bfgminer_SOURCES += driver-avalon.c driver-avalon.h hexdump.c
 endif
 endif
 
 
 if USE_AVALONMM
 if USE_AVALONMM
-bfgminer_SOURCES += driver-avalonmm.c driver-avalonmm.h
+bfgminer_SOURCES += driver-avalonmm.c
 endif
 endif
 
 
 if USE_KNC
 if USE_KNC