From 17f2187e06866ea0cd51d757a92127b31ef72e28 Mon Sep 17 00:00:00 2001 From: Pavel Hrdina Date: Thu, 17 Oct 2019 14:05:36 +0200 Subject: [PATCH] include: stop distributing generated source files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pavel Hrdina Reviewed-by: Ján Tomko --- include/libvirt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libvirt/Makefile.am b/include/libvirt/Makefile.am index 65a1b23599..d7114c3462 100644 --- a/include/libvirt/Makefile.am +++ b/include/libvirt/Makefile.am @@ -20,7 +20,7 @@ virincdir = $(includedir)/libvirt allheaders = $(wildcard $(srcdir)/*.h) virinc_HEADERS = $(filter-out $(srcdir)/libvirt-common.h, $(allheaders)) -virinc_HEADERS += libvirt-common.h +nodist_virinc_HEADERS = libvirt-common.h EXTRA_DIST = libvirt-common.h.in -- GitLab