From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 8 Jun 2020 09:38:43 +0000 (+0200)
Subject: Register dependencies of the ssl object file so it is rebuild when needed
X-Git-Tag: v_3_0_29~284
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/static/@default-cgi@show-status?a=commitdiff_plain;h=45af808c76b9088c5ec0ea89f66d9211f9cdd4c4;p=privoxy.git

Register dependencies of the ssl object file so it is rebuild when needed
---

diff --git a/GNUmakefile.in b/GNUmakefile.in
index f5ca9da7..92ef0a16 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -736,6 +736,7 @@ ssplit.@OBJEXT@:    ssplit.c    ssplit.h    config.h miscutil.h
 urlmatch.@OBJEXT@:  urlmatch.c  urlmatch.h  config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h
 client-tags.@OBJEXT@: client-tags.c client-tags.h config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h
 fuzz.@OBJEXT@: fuzz.c config.h $(PROJECT_H_DEPS) errlog.h miscutil.h ssplit.h
+ssl.@OBJEXT@: ssl.c ssl.h config.h $(PROJECT_H_DEPS) encode.h errlog.h jcc.h miscutil.h
 
 # GNU regex
 gnu_regex.@OBJEXT@: gnu_regex.c gnu_regex.h config.h