Преглед изворни кода

Added missing error_code.h to Makefile.am

Tatsuhiro Tsujikawa пре 15 година
родитељ
комит
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\