Explorar o código

Add missing libssl_compat.h to SRCS

Tatsuhiro Tsujikawa %!s(int64=9) %!d(string=hai) anos
pai
achega
cfaec39be1
Modificáronse 1 ficheiros con 2 adicións e 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