We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433106f commit 2b18abeCopy full SHA for 2b18abe
.gitignore
@@ -49,3 +49,5 @@ vmod-querystring-*/
49
50
vmod-*.tar.[gx]z
51
*.spec
52
+
53
+src/vmod_vcs_version.txt
src/Makefile.am
@@ -34,6 +34,10 @@ nodist_libvmod_dynamic_la_SOURCES = \
34
vcc_dynamic_if.c \
35
vcc_dynamic_if.h
36
37
+vmod_vcs_version.txt: vcc_dynamic_if.c
38
39
+DISTCLEANFILES = vmod_vcs_version.txt
40
41
$(srcdir)/dyn_getdns.c: vcc_dynamic_if.h
42
$(srcdir)/dyn_resolver_gai.c: vcc_dynamic_if.h
43
$(srcdir)/dyn_resolver_getdns.c: vcc_dynamic_if.h
@@ -60,6 +64,7 @@ TESTS = \
60
64
61
65
dist_doc_DATA = \
62
66
vmod_dynamic.vcc \
67
+ vmod_vcs_version.txt \
63
68
$(TESTS)
69
70
dist_man_MANS = \
0 commit comments