[gnome-builder] build: link against libsearch for tests



commit d27978906fa1f13c069ac81321c843f3ec6d7703
Author: Christian Hergert <chergert redhat com>
Date:   Sat Apr 8 16:05:00 2017 -0700

    build: link against libsearch for tests
    
    Make sure tests_libs has access to fuzzy search symbols.

 tests/Makefile.am |   15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b4b5553..2ae5bfb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -28,20 +28,6 @@ rg_libs =                                                       \
        $(RG_LIBS)                                              \
        $(NULL)
 
-search_cflags =                                                 \
-       $(DEBUG_CFLAGS)                                         \
-       $(SEARCH_CFLAGS)                                        \
-       -I$(top_srcdir)/contrib/search                          \
-       -I$(top_srcdir)/libide/util                             \
-       $(NULL)
-
-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 =                                                  \
        $(egg_cflags)                                           \
        $(LIBIDE_CFLAGS)                                        \
@@ -56,6 +42,7 @@ tests_libs =                                                    \
        $(LIBIDE_LIBS)                                          \
        $(top_builddir)/libide/libide-1.0.la                    \
        $(top_builddir)/contrib/egg/libegg-private.la           \
+       $(top_builddir)/contrib/search/libsearch.la             \
        $(NULL)
 
 tests_ldflags =                                                 \


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