Commit 54a012b8 authored by Nils Goroll's avatar Nils Goroll

The distribution should not contain generated vcc_if files

On getting dependencies right:

See automake doc 9.4.1 Built Sources Example / Recording Dependencies manually
parent 7d08886c
......@@ -6,10 +6,14 @@ vmod_LTLIBRARIES = libvmod_example.la
libvmod_example_la_LDFLAGS = -module -export-dynamic -avoid-version -shared
libvmod_example_la_SOURCES = \
vcc_if.c \
vcc_if.h \
vmod_example.c
nodist_libvmod_example_la_SOURCES = \
vcc_if.c \
vcc_if.h
vmod_example.lo: vcc_if.c vcc_if.h
vcc_if.c: vcc_if.h
vcc_if.h: @VMODTOOL@ $(top_srcdir)/src/vmod_example.vcc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment