]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Remove references to deleted Makefile.am
authorTim Wiederhake <twiederh@redhat.com>
Tue, 13 Apr 2021 07:28:31 +0000 (09:28 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 13 Apr 2021 09:21:00 +0000 (11:21 +0200)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/admin/libvirt_admin_private.syms
src/libvirt_private.syms
src/libvirt_remote.syms
src/vbox/vbox_tmpl.c
tests/testutils.h
tools/wireshark/README.rst

index 157a45341e31a894e6f9b36c303eda256b822464..d9f38a715592982b7f188400d78b18aac7ee8f6c 100644 (file)
@@ -1,6 +1,6 @@
 #
 # 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.
 #
index 119768496b3e563cc221cc813760de8c9c6f397c..b3f9c9681a202f22cbd6d379a3d2437eaf97a950 100644 (file)
@@ -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.
 #
 # Keep this file sorted by header name, then by symbols with each header.
index 605271bcb2381e6fb63658b600e72f239c9b55b2..11c9e2cb735382a22dc2268100c889009a936bf0 100644 (file)
@@ -1,6 +1,6 @@
 #
 # 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.
 #
index d37ffd9a6b81d92110d7a987d1cb2748c45bbf18..182d4c6b7518d14741842a1289a531a68dc54466 100644 (file)
@@ -1,10 +1,6 @@
 /** @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.
  */
 
 /*
index da8ca2dea5614fc6459e3b321ca4474797ccc492..36154e7077040c210574e65cbc88104e85c387fa 100644 (file)
@@ -30,9 +30,9 @@
 #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;
index 84075577487efeb950f17d3be8151a45d25d2862..48296a11ce2b2b524107f5bdca656041234a5783 100644 (file)
@@ -24,8 +24,7 @@ Then dissector will compiled with libvirt itself.
 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
 -------------------------------