2010/3/13 Eric Blake <eblake(a)redhat.com>:
On 03/12/2010 02:34 PM, Matthias Bolte wrote:
> ---
> src/Makefile.am | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 67f8b6d..4c12586 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -786,7 +786,9 @@ if WITH_LINUX
> USED_SYM_FILES += libvirt_linux.syms
> endif
>
> +if WITH_MACVTAP
> USED_SYM_FILES += libvirt_macvtap.syms
> +endif
ACK
Thanks, pushed.
Matthias