Explorar el Código

Added missing IndexedList.h to SRCS

Tatsuhiro Tsujikawa hace 12 años
padre
commit
d13aa3a0b3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/Makefile.am

+ 2 - 1
src/Makefile.am

@@ -243,7 +243,8 @@ SRCS =  SocketCore.cc SocketCore.h\
 	XmlRpcRequestParserController.cc XmlRpcRequestParserController.h\
 	WrDiskCache.cc WrDiskCache.h\
 	WrDiskCacheEntry.cc WrDiskCacheEntry.h\
-	GroupId.cc GroupId.h
+	GroupId.cc GroupId.h\
+	IndexedList.h
 
 if MINGW_BUILD
 SRCS += WinConsoleFile.cc WinConsoleFile.h