summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-07-15 15:17:48 -0400
committerB Stack <bgstack15@gmail.com>2019-07-15 15:18:33 -0400
commit626fd1c399bb0957707a8e66e2ca389265e66c3c (patch)
tree3e1ab2d39bea9777796470da1ee22d8a8591feef
parentadd zen/open_ssl.cpp from upstream (diff)
downloadFreeFileSync-626fd1c399bb0957707a8e66e2ca389265e66c3c.tar.gz
FreeFileSync-626fd1c399bb0957707a8e66e2ca389265e66c3c.tar.bz2
FreeFileSync-626fd1c399bb0957707a8e66e2ca389265e66c3c.zip
Add open_ssl.cpp to CPP_FILES in Makefile
https://freefilesync.org/forum/viewtopic.php?f=8&t=6486&p=21314#p21321
-rw-r--r--[-rwxr-xr-x]FreeFileSync/Source/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/FreeFileSync/Source/Makefile b/FreeFileSync/Source/Makefile
index 89cb74a8..3a7da2e8 100755..100644
--- a/FreeFileSync/Source/Makefile
+++ b/FreeFileSync/Source/Makefile
@@ -95,6 +95,7 @@ CPP_FILES+=../../zen/file_traverser.cpp
CPP_FILES+=../../zen/http.cpp
CPP_FILES+=../../zen/zstring.cpp
CPP_FILES+=../../zen/format_unit.cpp
+CPP_FILES+=../../zen/open_ssl.cpp
CPP_FILES+=../../zen/process_priority.cpp
CPP_FILES+=../../zen/shutdown.cpp
CPP_FILES+=../../zen/thread.cpp
bgstack15