summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPavel Hrdina <phrdina@redhat.com>2020-07-13 14:59:41 +0200
committerPavel Hrdina <phrdina@redhat.com>2020-08-03 09:26:25 +0200
commitb63c979fc9da4b5f7137b1c750f9ba6501d061c7 (patch)
treefde6c7a7394367b118a24cab935ffd8428debf9b /include
parent9aea94b3852fc2870492efc1d58a1b9a2b7c8c36 (diff)
downloadlibvirt-b63c979fc9da4b5f7137b1c750f9ba6501d061c7.tar.gz
meson: remove automake specific directives
EXTRA_DIST is not relevant because meson makes a git copy when creating dist archive so everything tracked by git is part of dist tarball. The remaining ones are not converted to meson files as they are automatically tracked by meson. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/libvirt/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libvirt/Makefile.am b/include/libvirt/Makefile.am
index d7114c3462..e447a5d37d 100644
--- a/include/libvirt/Makefile.am
+++ b/include/libvirt/Makefile.am
@@ -22,7 +22,5 @@ allheaders = $(wildcard $(srcdir)/*.h)
virinc_HEADERS = $(filter-out $(srcdir)/libvirt-common.h, $(allheaders))
nodist_virinc_HEADERS = libvirt-common.h
-EXTRA_DIST = libvirt-common.h.in
-
install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(virincdir)