[gnome-builder/gnome-builder-3-24] build: link against libsearch for tests
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-24] build: link against libsearch for tests
- Date: Sat, 8 Apr 2017 23:05:57 +0000 (UTC)
commit a0e71c1d3d63df19f0f5bff508e07c8435b3a595
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]