Explorar el Código

Add missing libssl_compat.h to SRCS

Tatsuhiro Tsujikawa hace 9 años
padre
commit
cfaec39be1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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