Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
Give libtool hint about this library is dl-opened at runtime like a m…
Browse files Browse the repository at this point in the history
…odule.
  • Loading branch information
mbgrydeland committed Jun 6, 2011
1 parent 9990f22 commit 1039dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1039dd3

Please sign in to comment.