[gtksourceview] build: remove TESTS_CFLAGS and TESTS_LIBS



commit d4e8dedd5c4bc507d622af9102d31f99b4da22c0
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Dec 21 20:13:40 2016 +0100

    build: remove TESTS_CFLAGS and TESTS_LIBS
    
    Those are not defined.

 tests/Makefile.am     |    6 ++----
 testsuite/Makefile.am |    6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b9202df..3681dff 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,13 +6,11 @@ AM_CPPFLAGS =                                 \
        -DTOP_SRCDIR=\""$(ABS_TOP_SRCDIR)"\"\
        $(DISABLE_DEPRECATED_CFLAGS)    \
        $(WARN_CFLAGS)                  \
-       $(DEP_CFLAGS)                   \
-       $(TESTS_CFLAGS)
+       $(DEP_CFLAGS)
 
 AM_LDFLAGS = $(WARN_LDFLAGS)
 
-LDADD = $(top_builddir)/gtksourceview/libgtksourceview-@GSV_API_VERSION@.la \
-       $(TESTS_LIBS)
+LDADD = $(top_builddir)/gtksourceview/libgtksourceview-@GSV_API_VERSION@.la
 
 BUILT_SOURCES =                                \
        test-completion-resources.c     \
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 5fbe8a1..33650cb 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -17,14 +17,12 @@ AM_CPPFLAGS =                               \
        -DTOP_SRCDIR=\""$(ABS_TOP_SRCDIR)"\"\
        $(DISABLE_DEPRECATED_CFLAGS)    \
        $(WARN_CFLAGS)                  \
-       $(DEP_CFLAGS)                   \
-       $(TESTS_CFLAGS)
+       $(DEP_CFLAGS)
 
 AM_LDFLAGS = $(WARN_LDFLAGS)
 
 LDADD = $(top_builddir)/gtksourceview/completion-providers/words/libgtksourcecompletionwords.la \
-       $(top_builddir)/gtksourceview/libgtksourceview-core.la \
-       $(TESTS_LIBS)
+       $(top_builddir)/gtksourceview/libgtksourceview-core.la
 
 UNIT_TEST_PROGS =
 


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