Просмотр исходного кода

Added missing error_code.h to Makefile.am

Tatsuhiro Tsujikawa 15 лет назад
Родитель
Сommit
7ac1f17d56
1 измененных файлов с 1 добавлено и 1 удалено
  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\