2010/4/23 Eric Blake <eblake(a)redhat.com>:
On 04/23/2010 11:00 AM, Matthias Bolte wrote:
> ---
> src/Makefile.am | 7 ++++++-
> src/libvirt_nwfilter.syms | 14 ++++++++++++++
> src/libvirt_private.syms | 13 +------------
> 3 files changed, 21 insertions(+), 13 deletions(-)
> create mode 100644 src/libvirt_nwfilter.syms
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 66dc349..17b2226 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -884,6 +884,10 @@ if WITH_LIBVIRTD
> USED_SYM_FILES += libvirt_daemon.syms
> endif
>
> +if WITH_NWFILTER
> +USED_SYM_FILES += libvirt_nwfilter.syms
> +endif
> +
> EXTRA_DIST += \
> libvirt_public.syms \
> libvirt_private.syms \
> @@ -891,7 +895,8 @@ EXTRA_DIST += \
> libvirt_bridge.syms \
> libvirt_linux.syms \
> libvirt_macvtap.syms \
> - libvirt_daemon.syms
> + libvirt_daemon.syms \
> + libvirt_nwfilter.syms
ACK.
Thanks, pushed.
Matthias