Browse Source

Added missing error_code.h to Makefile.am

Tatsuhiro Tsujikawa 15 năm trước cách đây
mục cha
commit
7ac1f17d56
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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\