[gedit] Explicitly link tests against GEDIT_LIBS



commit a63461ce7323769ea6729fbe0003c7ce2145c608
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Sat Apr 12 12:20:04 2014 +0200

    Explicitly link tests against GEDIT_LIBS

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8356824..bffba26 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,7 +3,7 @@ tests_progs_cppflags =          \
        -I$(top_srcdir)/gedit
 
 tests_progs_cflags = $(GEDIT_CFLAGS)
-tests_progs_ldadd = $(top_builddir)/gedit/libgedit.la
+tests_progs_ldadd = $(top_builddir)/gedit/libgedit.la $(GEDIT_LIBS)
 
 TESTS                                += tests/document-input-stream
 tests_document_input_stream_SOURCES   = tests/document-input-stream.c


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