Browse Source

Makefile.am: add compat.h, to correct 'make distcheck' failures

Jeff Garzik 15 years ago
parent
commit
750deb7a99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -5,7 +5,7 @@ bin_PROGRAMS	= minerd
 
 EXTRA_DIST	= sha256_generic.c
 
-minerd_SOURCES	= util.c cpu-miner.c miner.h
+minerd_SOURCES	= util.c cpu-miner.c miner.h compat.h
 minerd_LDFLAGS	= -pthread
 minerd_LDADD	= @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@