From 5830c72e1579790833f0b7b63ef2eeadef539ec3 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 31 Jul 2012 10:56:11 +0100 Subject: [PATCH] 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 --- src/Makefile.am | 5 ----- src/libvirt_network.syms | 10 ---------- 2 files changed, 15 deletions(-) delete mode 100644 src/libvirt_network.syms diff --git a/src/Makefile.am b/src/Makefile.am index da3d0cdc06..a5c4c6c6d3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \ diff --git a/src/libvirt_network.syms b/src/libvirt_network.syms deleted file mode 100644 index 1fe89027b4..0000000000 --- a/src/libvirt_network.syms +++ /dev/null @@ -1,10 +0,0 @@ -# -# Network-specific symbols -# - -# bridge_driver.h -networkAllocateActualDevice; -networkBuildDhcpDaemonCommandLine; -networkGetNetworkAddress; -networkNotifyActualDevice; -networkReleaseActualDevice; -- GitLab