]> 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)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 5 Feb 2013 09:00:32 +0000 (10:00 +0100)
commit514b93061c11a4a61454458bcb2980a482185959
treef3f87fb0795b86d0eed30c5715875170aaa46627
parent53657a0abe273000a8aa2bfc0417a92dcd9dd5b7
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).
src/Makefile.am