From b053f990c91eff334aec8db9519846a041a98999 Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Tue, 24 Apr 2012 16:39:21 +0200 Subject: [PATCH] win32: More srcdir != builddir fixing --- gio/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am index d565df5..c5cf59d 100644 --- a/gio/tests/Makefile.am +++ b/gio/tests/Makefile.am @@ -266,7 +266,7 @@ gsettings_LDADD = $(progs_ldadd) gschema_compile_SOURCES = gschema-compile.c gschema_compile_LDADD = $(progs_ldadd) -gdbus_daemon_SOURCES = gdbus-daemon.c $(top_srcdir)/gio/gdbusdaemon.c $(top_srcdir)/gio/gdbus-daemon-generated.c +gdbus_daemon_SOURCES = gdbus-daemon.c $(top_srcdir)/gio/gdbusdaemon.c $(top_builddir)/gio/gdbus-daemon-generated.c gdbus_daemon_LDADD = $(progs_ldadd) if HAVE_DBUS1 -- 2.7.4