提交 d1be0aef 编写于 作者: M Matthias Bolte

Some NWFilter symbols are conditional and have to be exported conditional

上级 87506c2b
......@@ -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
BUILT_SOURCES += libvirt.syms libvirt.def
......
#
# These symbols are dependent on WITH_NWFILTER.
#
# nwfilter_gentech_driver.h
virNWFilterInstantiateFilter;
virNWFilterTeardownFilter;
# nwfilter_learnipaddr.h
virNWFilterGetIpAddrForIfname;
virNWFilterDelIpAddrForIfname;
virNWFilterLookupLearnReq;
......@@ -502,7 +502,7 @@ virNWFilterLockFilterUpdates;
virNWFilterUnlockFilterUpdates;
#nwfilter_params.h
# nwfilter_params.h
virNWFilterHashTableCreate;
virNWFilterHashTableFree;
virNWFilterHashTablePut;
......@@ -510,17 +510,6 @@ virNWFilterHashTablePutAll;
virNWFilterHashTableRemoveEntry;
# nwfilter_gentech_driver.h
virNWFilterInstantiateFilter;
virNWFilterTeardownFilter;
# nwfilter_learnipaddr.h
virNWFilterGetIpAddrForIfname;
virNWFilterDelIpAddrForIfname;
virNWFilterLookupLearnReq;
# pci.h
pciGetDevice;
pciFreeDevice;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部