[gnome-builder] tests: fix build of test-fuzzy



commit 0d1ff2eb0bf5debc593e6bdaedda4cb9e0d6d0f2
Author: Christian Hergert <chergert redhat com>
Date:   Mon Feb 27 16:52:44 2017 -0800

    tests: fix build of test-fuzzy

 tests/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a0b9477..e555c58 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -60,6 +60,7 @@ tests_cflags =                                                  \
        -I$(top_builddir)/libide                                \
        -I$(top_srcdir)/contrib/pnl                             \
        -I$(top_builddir)/contrib/pnl                           \
+       -I$(top_srcdir)/contrib/search                          \
        $(NULL)
 
 tests_libs =                                                    \
@@ -192,8 +193,8 @@ test_cpu_graph_LDADD = $(rg_libs)
 
 misc_programs += test-fuzzy
 test_fuzzy_SOURCES = test-fuzzy.c
-test_fuzzy_CFLAGS = $(search_cflags)
-test_fuzzy_LDADD = $(search_libs)
+test_fuzzy_CFLAGS = $(tests_cflags)
+test_fuzzy_LDADD = $(tests_libs)
 
 
 misc_programs += test-egg-slider


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