[master] 331a02f7a Add dependency from vmod_debug to its vsc

Nils Goroll nils.goroll at uplex.de
Thu Jan 7 16:23:07 UTC 2021


commit 331a02f7a821e838b60fd8055b639c82185fa254
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Jan 7 17:21:40 2021 +0100

    Add dependency from vmod_debug to its vsc
    
    Without BUILT_SOURCES, we need explicit dependencies

diff --git a/vmod/Makefile.am b/vmod/Makefile.am
index d204d9bc5..2884cc33b 100644
--- a/vmod/Makefile.am
+++ b/vmod/Makefile.am
@@ -44,6 +44,8 @@ nodist_libvmod_debug_la_SOURCES += \
 	VSC_debug.c \
 	VSC_debug.h
 
+vmod_debug.c: VSC_debug.c
+
 # Allow Vmod_wrong*_Data to be exported
 vmod_debug_symbols_regex = 'Vmod_.*_Data'
 


More information about the varnish-commit mailing list