]> xenbits.xensource.com Git - libvirt.git/commit
Fix linker errors in proxy
authorMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 31 Mar 2010 20:29:42 +0000 (22:29 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 31 Mar 2010 21:21:34 +0000 (23:21 +0200)
commita77821c864dc57af8c7c417ce3d9da090155fa7a
tree039fd0e5ac0777f25ae17ec2717348e365ac7940
parenta792bf240f45bdbb202ac0c13a7f2624a6bbcf06
Fix linker errors in proxy

domain_conf.c:494: undefined reference to 'virNWFilterHashTableFree'
domain_conf.c:5107: undefined reference to 'virNWFilterFormatParamAttributes'

Add missing source to the proxy and disable XML parsing code in
nwfilter_params.c for a proxy build.
proxy/Makefile.am
src/conf/nwfilter_params.c