Browse Source

Add missing libssl_compat.h to SRCS

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