]> git.ipfire.org Git - thirdparty/libvirt.git/commit
src: Move DLOPEN_LIBS to libraries introducing the dependency
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 10 Aug 2018 05:34:24 +0000 (07:34 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 10 Aug 2018 14:32:45 +0000 (16:32 +0200)
commit5d40272ea67c74049600e120095d1b42287ed2d2
tree8ef0691442360bd415a217c748abdbed1a477000
parenta8c1396a74d911fc1e78c3890b68c5a16aec2e90
src: Move DLOPEN_LIBS to libraries introducing the dependency

There are few places where dlopen() is called. This call means we
have to link with DLOPEN_LIBS. However, instead of having each
final, installable library linking with it, move the directive to
the source that introduced the dependency.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jim Fehlig <jfehlig@suse.com>
src/Makefile.am
src/util/Makefile.inc.am
tools/Makefile.am