]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
macvtap: Only export symbols if support is enabled
authorMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 12 Mar 2010 21:09:50 +0000 (22:09 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 13 Mar 2010 13:48:25 +0000 (14:48 +0100)
src/Makefile.am

index 67f8b6d54851ffad414488c0634ce100de507675..4c12586b4a251310d0ce7484dc47d0851ae46bbd 100644 (file)
@@ -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          \