#
# General private symbols for libvirt_admin. Add symbols here, and see
-# Makefile.am for more details.
+# src/admin/meson.build for more details.
#
# Keep this file sorted by header name, then by symbols with each header.
#
#
-# General private symbols. Add symbols here, and see Makefile.am for
+# General private symbols. Add symbols here, and see src/meson.build for
# more details.
#
# Keep this file sorted by header name, then by symbols with each header.
#
# Private symbols used in RPC operations. Add symbols here, and see
-# Makefile.am for more details.
+# src/remote/meson.build for more details.
#
# Keep this file sorted by header name, then by symbols with each header.
#
/** @file vbox_tmpl.c
* Template File to support multiple versions of VirtualBox
* at runtime :).
- *
- * IMPORTANT:
- * Please dont include this file in the src/Makefile.am, it
- * is automatically include by other files.
*/
/*
#define EXIT_AM_SKIP 77 /* tell Automake we're skipping a test */
#define EXIT_AM_HARDFAIL 99 /* tell Automake that the framework is broken */
-/* Makefile.am provides these two definitions */
+/* Meson provides these two definitions */
#if !defined(abs_srcdir) || !defined(abs_builddir)
-# error Fix Makefile.am
+# error Fix build system
#endif
extern virArch virTestHostArch;
Add/Remove protocol from dissector's support
--------------------------------------------
-Modify variable ``WS_DISSECTOR_PROTO_FILES``
-in ``tools/wireshark/src/Makefile.am``.
+Modify argument ``input`` in ``tools/wireshark/src/libvirt/meson.build``.
Changing installation directory
-------------------------------