[libgfbgraph] build: Use $(top_builddir) for linking the tests to the built library



commit 811e181f6aebb8fe5121193969f9d109673c13d4
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Aug 20 23:46:21 2013 +0200

    build: Use $(top_builddir) for linking the tests to the built library

 tests/Makefile.am |    2 +-
 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)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]