mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
5c01b41763
Some syntax-check rules rely on this variable. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
11 lines
218 B
Makefile
11 lines
218 B
Makefile
# define variables
|
|
|
|
top_srcdir = @top_srcdir@
|
|
top_builddir = @top_builddir@
|
|
FLAKE8 = @flake8_path@
|
|
RUNUTF8 = @runutf8@
|
|
PYTHON = @PYTHON3@
|
|
|
|
# include syntax-check.mk file
|
|
include $(top_srcdir)/build-aux/syntax-check.mk
|