build: link with -ldl
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 8 Jan 2013 16:54:53 +0000 (17:54 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 8 Jan 2013 16:54:53 +0000 (17:54 +0100)
commit81b691b742534ca5e1dda003f6549477733b60d3
tree5912a4f9f02693cc6a440628083770f5131c5f26
parentcadb3e089975f6679942265182c09cb923b96870
build: link with -ldl

We use dlopen() and friends so link with libdl.so to be sure that they are
available.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am