提交 5830c72e 编写于 作者: D Daniel P. Berrange

Remove bogus libvirt_network.syms file

The network driver is stateful, so it is linked directly to libvirtd,
rather than libvirt.so. Thus there are no network symbols to be exported
in libvirt.so, and libvirt_network.syms can be deleted
上级 665c8cde
......@@ -1336,10 +1336,6 @@ if WITH_XENXS
USED_SYM_FILES += libvirt_xenxs.syms
endif
if WITH_NETWORK
USED_SYM_FILES += libvirt_network.syms
endif
if HAVE_SASL
USED_SYM_FILES += libvirt_sasl.syms
endif
......@@ -1351,7 +1347,6 @@ EXTRA_DIST += \
libvirt_daemon.syms \
libvirt_linux.syms \
libvirt_esx.syms \
libvirt_network.syms \
libvirt_nwfilter.syms \
libvirt_openvz.syms \
libvirt_qemu.syms \
......
#
# Network-specific symbols
#
# bridge_driver.h
networkAllocateActualDevice;
networkBuildDhcpDaemonCommandLine;
networkGetNetworkAddress;
networkNotifyActualDevice;
networkReleaseActualDevice;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册