mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Remove references to deleted Makefile.am
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
b4d0207906
commit
f0e1e31bf7
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# General private symbols for libvirt_admin. Add symbols here, and see
|
# 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.
|
# Keep this file sorted by header name, then by symbols with each header.
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# 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.
|
# more details.
|
||||||
#
|
#
|
||||||
# Keep this file sorted by header name, then by symbols with each header.
|
# Keep this file sorted by header name, then by symbols with each header.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Private symbols used in RPC operations. Add symbols here, and see
|
# 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.
|
# Keep this file sorted by header name, then by symbols with each header.
|
||||||
#
|
#
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
/** @file vbox_tmpl.c
|
/** @file vbox_tmpl.c
|
||||||
* Template File to support multiple versions of VirtualBox
|
* Template File to support multiple versions of VirtualBox
|
||||||
* at runtime :).
|
* at runtime :).
|
||||||
*
|
|
||||||
* IMPORTANT:
|
|
||||||
* Please dont include this file in the src/Makefile.am, it
|
|
||||||
* is automatically include by other files.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -30,9 +30,9 @@
|
|||||||
#define EXIT_AM_SKIP 77 /* tell Automake we're skipping a test */
|
#define EXIT_AM_SKIP 77 /* tell Automake we're skipping a test */
|
||||||
#define EXIT_AM_HARDFAIL 99 /* tell Automake that the framework is broken */
|
#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)
|
#if !defined(abs_srcdir) || !defined(abs_builddir)
|
||||||
# error Fix Makefile.am
|
# error Fix build system
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern virArch virTestHostArch;
|
extern virArch virTestHostArch;
|
||||||
|
@ -24,8 +24,7 @@ Then dissector will compiled with libvirt itself.
|
|||||||
Add/Remove protocol from dissector's support
|
Add/Remove protocol from dissector's support
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
Modify variable ``WS_DISSECTOR_PROTO_FILES``
|
Modify argument ``input`` in ``tools/wireshark/src/libvirt/meson.build``.
|
||||||
in ``tools/wireshark/src/Makefile.am``.
|
|
||||||
|
|
||||||
Changing installation directory
|
Changing installation directory
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user