Przeglądaj źródła

Added missing error_code.h to Makefile.am

Tatsuhiro Tsujikawa 15 lat temu
rodzic
commit
7ac1f17d56
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Makefile.am

+ 1 - 1
src/Makefile.am

@@ -192,7 +192,7 @@ SRCS =  Socket.h\
 	LongestSequencePieceSelector.cc LongestSequencePieceSelector.h\
 	bitfield.cc bitfield.h\
 	CreateRequestCommand.cc CreateRequestCommand.h\
-	DownloadResultCode.h\
+	error_code.h\
 	wallclock.h\
 	download_helper.cc download_helper.h\
 	MetadataInfo.cc MetadataInfo.h\