From 181b58c46dc5ad76876b1a77ef59651ad4dfd04b Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 11 Oct 2017 10:52:44 +0100 Subject: [PATCH] =?UTF-8?q?build:=20Fix=20build=20with=20srcdir=20?= =?UTF-8?q?=E2=89=A0=20builddir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Broken by commit a71f51dece83b3da7e8fe284f4383592fba4d184. My fault for not reviewing thoroughly enough. Signed-off-by: Philip Withnall --- gio/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/Makefile.am b/gio/Makefile.am index d2711e102..dbc8cbb1b 100644 --- a/gio/Makefile.am +++ b/gio/Makefile.am @@ -100,7 +100,7 @@ GDBUS_PYTHON_DEPS = \ $(srcdir)/gdbus-2.0/codegen/codegen.py \ $(srcdir)/gdbus-2.0/codegen/__init__.py \ $(srcdir)/gdbus-2.0/codegen/dbustypes.py \ - $(srcdir)/gdbus-2.0/codegen/config.py \ + $(builddir)/gdbus-2.0/codegen/config.py \ $(srcdir)/gdbus-2.0/codegen/utils.py gdbus-daemon-generated.h gdbus-daemon-generated.c: $(srcdir)/dbus-daemon.xml $(GDBUS_PYTHON_DEPS)