Commit 1039dd3e authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Give libtool hint about this library is dl-opened at runtime like a module.

parent 9990f227
......@@ -3,7 +3,7 @@ INCLUDES = -I$(VARNISHSRC)/include -I$(VARNISHSRC)
vmoddir = $(VMODDIR)
vmod_LTLIBRARIES = libvmod_example.la
libvmod_example_la_LDFLAGS = -avoid-version
libvmod_example_la_LDFLAGS = -module -export-dynamic -avoid-version
libvmod_example_la_SOURCES = \
vcc_if.c \
......
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