Browse Source

Add missing libssl_compat.h to SRCS

Tatsuhiro Tsujikawa 9 years ago
parent
commit
cfaec39be1
1 changed files with 2 additions and 1 deletions
  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