[librsvg] tests/Makefile.am: Added explicit link to LIBRSVG_LIBS



commit a81f4a201d17dea820352514a5fef7c1dc8310e0
Author: Jean-Baptiste Lallement <jean-baptiste canonical com>
Date:   Tue Oct 23 12:26:22 2012 +0200

    tests/Makefile.am: Added explicit link to LIBRSVG_LIBS
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686696

 tests/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9dd5d15..41f6a0c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -11,7 +11,8 @@ noinst_LTLIBRARIES = 			\
 
 LDADD = $(top_builddir)/librsvg- RSVG_API_MAJOR_VERSION@.la		\
 	$(top_builddir)/tests/libtest-utils.la	\
-	$(top_builddir)/tests/pdiff/libpdiff.la
+	$(top_builddir)/tests/pdiff/libpdiff.la \
+	$(LIBRSVG_LIBS)
 
 INCLUDES = -I$(srcdir) 							\
 	   -I$(top_srcdir)						\



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