mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-27 08:05:24 +00:00
0e1404d444
Split the convoluted driver loader function into simpler parts which will potentially allow reuse.
13 lines
217 B
Plaintext
13 lines
217 B
Plaintext
#
|
|
# These symbols are dependent upon --with-driver-modules.
|
|
#
|
|
|
|
# driver.h
|
|
virDriverLoadModule;
|
|
virDriverLoadModuleFull;
|
|
|
|
# Let emacs know we want case-insensitive sorting
|
|
# Local Variables:
|
|
# sort-fold-case: t
|
|
# End:
|