[at-spi2-core] Fix building from a separate build directory
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Fix building from a separate build directory
- Date: Tue, 28 Dec 2010 16:56:46 +0000 (UTC)
commit 8481eef6d83f3f63964062e5db51d1c72ac75814
Author: Mike Gorse <mgorse novell com>
Date: Tue Dec 28 11:59:22 2010 -0500
Fix building from a separate build directory
atspi/Makefile.am | 2 +-
dbind/Makefile.am | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/atspi/Makefile.am b/atspi/Makefile.am
index 64d9ada..de3ab66 100644
--- a/atspi/Makefile.am
+++ b/atspi/Makefile.am
@@ -92,7 +92,7 @@ Atspi-2.0.gir: $(INTROSPECTION_SCANNER) \
--pkg dbus-glib-1 \
--warn-all \
--output $@ \
- $(INTROSPECTION_FILES)
+ $(addprefix $(srcdir)/, $(INTROSPECTION_FILES))
girdir = $(datadir)/gir-1.0
gir_DATA = Atspi-2.0.gir
diff --git a/dbind/Makefile.am b/dbind/Makefile.am
index f7e6f53..072b1e1 100644
--- a/dbind/Makefile.am
+++ b/dbind/Makefile.am
@@ -20,3 +20,4 @@ TESTS = dbtest
check_PROGRAMS = dbtest
dbtest_SOURCES = dbtest.c
dbtest_LDFLAGS = libdbind.la
+dbtest_LDADD = $(DBUS_GLIB_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]