summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2013-08-20 23:46:21 +0200
committerDebarshi Ray <debarshir@gnome.org>2013-08-20 23:46:21 +0200
commit811e181f6aebb8fe5121193969f9d109673c13d4 (patch)
treefe724d2d31e802257886f154b9283216c5d5bd84 /tests
parent770aee7b0a907163cd990aef79a1f04d504fcb0f (diff)
downloadlibgfbgraph-811e181f6aebb8fe5121193969f9d109673c13d4.tar.gz
build: Use $(top_builddir) for linking the tests to the built library
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b67ad00..e5b589e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,7 +3,7 @@ TESTS = gtestutils test test-async
COMMON_SRC = credentials.h
AM_CPPFLAGS = -I$(top_srcdir) $(LIBGFBGRAPH_CFLAGS)
-AM_LDFLAGS = $(top_srcdir)/gfbgraph/libgfbgraph-@API_VERSION@.la $(LIBGFBGRAPH_LIBS)
+AM_LDFLAGS = $(top_builddir)/gfbgraph/libgfbgraph-@API_VERSION@.la $(LIBGFBGRAPH_LIBS)
noinst_PROGRAMS = $(TESTS)