[master] 4ef50851d Install vnum.h for vmod use

Nils Goroll nils.goroll at uplex.de
Mon Aug 8 14:02:06 UTC 2022


commit 4ef50851ddf700fe4fb6807375347b4d52d4ca47
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Aug 3 17:13:33 2022 +0200

    Install vnum.h for vmod use
    
    The vnum symbols are not exported yet, we will decide on that once we
    have a case for it.

diff --git a/include/Makefile.am b/include/Makefile.am
index 2fdb7a580..a7a77310d 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -66,6 +66,7 @@ nobase_pkginclude_HEADERS += \
 	vcl.h \
 	vcs.h \
 	vmod_abi.h \
+	vnum.h \
 	vqueue.h \
 	vre.h \
 	vre_pcre2.h \
@@ -98,7 +99,6 @@ nobase_noinst_HEADERS = \
 	vjsn.h \
 	vlu.h \
 	vmb.h \
-	vnum.h \
 	vpf.h \
 	vsc_priv.h \
 	vsl_priv.h \


More information about the varnish-commit mailing list