[gnome-builder] build: same thing for tests



commit 824e1f16ff343f9dd4d8c1277f42e8a0a8812f93
Author: Christian Hergert <christian hergert me>
Date:   Thu Sep 17 14:18:42 2015 -0700

    build: same thing for tests

 tests/Makefile.am |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 27510ab..f34cd05 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -34,6 +34,7 @@ search_libs = \
        $(SEARCH_LIBS) \
        $(top_builddir)/contrib/search/libsearch.la \
        $(top_builddir)/libide/libide-1.0.la \
+       $(top_builddir)/contrib/egg/libegg-private.la \
        $(NULL)
 
 tests_cflags = \
@@ -62,7 +63,9 @@ tests_cflags = \
        $(NULL)
 
 tests_libs = \
+       $(top_builddir)/libide/libide-1.0.la \
        $(top_builddir)/src/libgnome-builder.la \
+       $(top_builddir)/contrib/egg/libegg-private.la \
        $(NULL)
 
 tests_ldflags = \
@@ -180,9 +183,7 @@ test_fuzzy_LDADD = $(search_libs)
 misc_programs += test-slider
 test_slider_SOURCES = test-slider.c
 test_slider_CFLAGS = $(tests_cflags)
-test_slider_LDADD = \
-       $(tests_libs) \
-       $(top_builddir)/src/libgnome-builder.la
+test_slider_LDADD = $(tests_libs)
 
 
 #TESTS += test-ide-ctags


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