]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: Add libcurl dependency to libvirt_driver.la
authorJiri Denemark <jdenemar@redhat.com>
Fri, 1 Feb 2013 12:36:06 +0000 (13:36 +0100)
committerDoug Goldstein <cardoe@cardoe.com>
Tue, 19 Feb 2013 18:50:16 +0000 (12:50 -0600)
commit570145e391b4f4c1b15ab5cfb05f9d824b841c1f
tree1acc7edf595463e7c1e4a62d2d0c5372dce2544b
parentae80f481cb8008631c806afe5967512ebe40626e
build: Add libcurl dependency to libvirt_driver.la

libvirt.c calls curl_global_init() if WITH_CURL is defined and thus it
should be linked with libcurl. This fixes link failure in case neither
xenapi nor esx driver is enabled (they are the only users of libcurl).
(cherry picked from commit 514b93061c11a4a61454458bcb2980a482185959)
src/Makefile.am