[libvirt] [PATCH] macvtap: Only export symbols if support is enabled

--- 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 EXTRA_DIST += \ libvirt_public.syms \ -- 1.6.3.3

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 -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org

2010/3/13 Eric Blake <eblake@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
participants (2)
-
Eric Blake
-
Matthias Bolte