浏览代码

Add missing libssl_compat.h to SRCS

Tatsuhiro Tsujikawa 9 年之前
父节点
当前提交
cfaec39be1
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/Makefile.am

+ 2 - 1
src/Makefile.am

@@ -270,7 +270,8 @@ SRCS =  \
 	XmlRpcRequestParserController.cc XmlRpcRequestParserController.h\
 	OpenedFileCounter.cc OpenedFileCounter.h \
 	SHA1IOFile.cc SHA1IOFile.h \
-	EvictSocketPoolCommand.cc EvictSocketPoolCommand.h
+	EvictSocketPoolCommand.cc EvictSocketPoolCommand.h\
+	libssl_compat.h
 
 if ANDROID
 SRCS += android/android.c