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

Matthias Bolte matthias.bolte at googlemail.com
Fri Mar 12 21:34:29 UTC 2010


---
 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




More information about the libvir-list mailing list