mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-01 10:51:12 +00:00
1824c9968f
Drop automake like print from scripts/esx_vi_generator.py as well. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
8 lines
156 B
Makefile
8 lines
156 B
Makefile
# vim: filetype=automake
|
|
|
|
if WITH_ESX
|
|
USED_SYM_FILES += $(srcdir)/libvirt_esx.syms
|
|
else ! WITH_ESX
|
|
SYM_FILES += $(srcdir)/libvirt_esx.syms
|
|
endif ! WITH_ESX
|