[at-spi2-atk] tests: fix out-of-source and parallel build
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-atk] tests: fix out-of-source and parallel build
- Date: Fri, 19 Jun 2015 01:16:24 +0000 (UTC)
commit e3c9e025d332055ebfb1e385936919cf58e8fed8
Author: Alexandre Rostovtsev <tetromino gentoo org>
Date: Thu Jun 18 00:17:04 2015 -0400
tests: fix out-of-source and parallel build
https://bugzilla.gnome.org/show_bug.cgi?id=751137
tests/Makefile.am | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6d388c9..b05b9bd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -9,15 +9,15 @@ atk_test_CFLAGS = $(DBUS_CFLAGS) \
$(ATSPI_CFLAGS) \
-I$(top_builddir)\
-I$(top_srcdir)/tests/dummyatk/ \
- -I$(top_srcdir)/tests/dummyatk/.libs \
- -I$(top_srcdir)/tests/dummyatk/.deps \
+ -I$(top_builddir)/tests/dummyatk/.libs \
+ -I$(top_builddir)/tests/dummyatk/.deps \
-I$(top_srcdir)
-atk_test_LDFLAGS = libxmlloader.la \
- libtestutils.la \
- $(GLIB_LIBS) \
- $(ATSPI_LIBS) \
- $(top_srcdir)/tests/dummyatk/libdummyatk.la
+atk_test_LDADD = libxmlloader.la \
+ libtestutils.la \
+ $(GLIB_LIBS) \
+ $(ATSPI_LIBS) \
+ $(top_builddir)/tests/dummyatk/libdummyatk.la
atk_test_CPPFLAGS = -DTESTS_BUILD_DIR=\"$(top_builddir)/tests\" \
-DTESTS_SRC_DIR=\"$(top_srcdir)/tests\" \
@@ -34,12 +34,12 @@ app_test_CFLAGS = -I$(top_builddir) \
-I$(top_srcdir)/tests/dummyatk \
-I$(top_srcdir)/atk-adaptor
-app_test_LDFLAGS = libxmlloader.la \
- libtestutils.la \
- $(GLIB_LIBS) \
- $(ATK_LIBS) \
- $(top_srcdir)/tests/dummyatk/libdummyatk.la \
- $(top_srcdir)/atk-adaptor/libatk-bridge-2.0.la
+app_test_LDADD = libxmlloader.la \
+ libtestutils.la \
+ $(GLIB_LIBS) \
+ $(ATK_LIBS) \
+ $(top_builddir)/tests/dummyatk/libdummyatk.la \
+ $(top_builddir)/atk-adaptor/libatk-bridge-2.0.la
app_test_SOURCES = test-application.c
@@ -52,7 +52,7 @@ libxmlloader_la_CFLAGS = $(GLIB_CFLAGS) \
libxmlloader_la_LIBADD = $(GLIB_LIBS) \
$(XML_LIBS) \
$(GOBJ_LIBS) \
- $(top_srcdir)/tests/dummyatk/libdummyatk.la \
+ $(top_builddir)/tests/dummyatk/libdummyatk.la \
$(ATK_LIBS)
libxmlloader_la_SOURCES = atk-object-xml-loader.c\
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]