mirror of https://gitee.com/openkylin/libvirt.git
include: stop distributing generated source files
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
82a643a671
commit
17f2187e06
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue