[glib] win32: Fix build with srcdir != builddir
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] win32: Fix build with srcdir != builddir
- Date: Tue, 24 Apr 2012 12:55:27 +0000 (UTC)
commit 62905cda0b42163bbd582278260f659f94e4d2bf
Author: Alexander Larsson <alexl redhat com>
Date: Tue Apr 24 14:53:49 2012 +0200
win32: Fix build with srcdir != builddir
Missed this part in the last commit
gio/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/Makefile.am b/gio/Makefile.am
index bdbbf60..da7e89b 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -104,7 +104,7 @@ EXTRA_DIST += gdbusdaemon.c gdbusdaemon.h
gdbus-daemon-generated.h gdbus-daemon-generated.c : dbus-daemon.xml $(srcdir)/gdbus-2.0/codegen/gdbus-codegen.in
$(AM_V_GEN) UNINSTALLED_GLIB_SRCDIR=$(top_srcdir) \
UNINSTALLED_GLIB_BUILDDIR=$(top_builddir) \
- $(PYTHON) $(top_builddir)/gio/gdbus-2.0/codegen/gdbus-codegen.in \
+ $(PYTHON) $(top_srcdir)/gio/gdbus-2.0/codegen/gdbus-codegen.in \
--interface-prefix org. \
--generate-c-code gdbus-daemon-generated \
--c-namespace _G \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]