[grilo-plugins] build: remove "INCLUDES" from Makefile.am



commit e4c79090ca2409dcf3ab6a3341b25eabc40ca0e7
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Tue Aug 5 23:38:49 2014 +0000

    build: remove "INCLUDES" from Makefile.am
    
    Deprecated option.

 tests/apple-trailers/Makefile.am  |    3 +--
 tests/bliptv/Makefile.am          |    3 +--
 tests/lastfm-albumart/Makefile.am |    3 +--
 tests/local-metadata/Makefile.am  |    3 +--
 tests/thetvdb/Makefile.am         |    5 +++--
 tests/tmdb/Makefile.am            |    7 +++++--
 tests/vimeo/Makefile.am           |    3 +--
 7 files changed, 13 insertions(+), 14 deletions(-)
---
diff --git a/tests/apple-trailers/Makefile.am b/tests/apple-trailers/Makefile.am
index 0800b5e..02e39de 100644
--- a/tests/apple-trailers/Makefile.am
+++ b/tests/apple-trailers/Makefile.am
@@ -7,8 +7,6 @@
 
 include $(top_srcdir)/gtester.mk
 
-INCLUDES = @DEPS_CFLAGS@
-
 TEST_PROGS +=  \
    test_apple_trailers
 
@@ -23,6 +21,7 @@ test_apple_trailers_LDADD =   \
        @DEPS_LIBS@
 
 test_apple_trailers_CFLAGS =   \
+       @DEPS_CFLAGS@                                   \
        $(test_apple_trailers_defines)
 
 # Distribute the tests data:
diff --git a/tests/bliptv/Makefile.am b/tests/bliptv/Makefile.am
index 839c313..c6bf3f7 100644
--- a/tests/bliptv/Makefile.am
+++ b/tests/bliptv/Makefile.am
@@ -7,8 +7,6 @@
 
 include $(top_srcdir)/gtester.mk
 
-INCLUDES = @DEPS_CFLAGS@
-
 TEST_PROGS +=  \
    test_bliptv
 
@@ -23,6 +21,7 @@ test_bliptv_LDADD =   \
        @DEPS_LIBS@
 
 test_bliptv_CFLAGS =   \
+       @DEPS_CFLAGS@           \
        $(test_bliptv_defines)
 
 # Distribute the tests data:
diff --git a/tests/lastfm-albumart/Makefile.am b/tests/lastfm-albumart/Makefile.am
index 6bb19f7..d5fc2b7 100644
--- a/tests/lastfm-albumart/Makefile.am
+++ b/tests/lastfm-albumart/Makefile.am
@@ -7,8 +7,6 @@
 
 include $(top_srcdir)/gtester.mk
 
-INCLUDES = @DEPS_CFLAGS@
-
 TEST_PROGS +=  \
    test_lastfm_albumart
 
@@ -23,6 +21,7 @@ test_lastfm_albumart_LDADD =  \
        @DEPS_LIBS@
 
 test_lastfm_albumart_CFLAGS =  \
+       @DEPS_CFLAGS@                                   \
        $(test_lastfm_albumart_defines)
 
 # Distribute the tests data:
diff --git a/tests/local-metadata/Makefile.am b/tests/local-metadata/Makefile.am
index 95cb5e5..49e6640 100644
--- a/tests/local-metadata/Makefile.am
+++ b/tests/local-metadata/Makefile.am
@@ -7,8 +7,6 @@
 
 include $(top_srcdir)/gtester.mk
 
-INCLUDES = @DEPS_CFLAGS@
-
 TEST_PROGS +=  \
    test_local_metadata
 
@@ -22,6 +20,7 @@ test_local_metadata_LDADD =   \
        @DEPS_LIBS@
 
 test_local_metadata_CFLAGS =   \
+       @DEPS_CFLAGS@                                   \
        $(test_local_metadata_defines)
 
 noinst_PROGRAMS = $(TEST_PROGS)
diff --git a/tests/thetvdb/Makefile.am b/tests/thetvdb/Makefile.am
index b4d7b82..8749bb1 100644
--- a/tests/thetvdb/Makefile.am
+++ b/tests/thetvdb/Makefile.am
@@ -7,8 +7,6 @@
 
 include $(top_srcdir)/gtester.mk
 
-INCLUDES = @DEPS_CFLAGS@
-
 TEST_PROGS +=  \
        test_thetvdb_resolve_shows      \
        test_thetvdb_resolve_episodes \
@@ -26,6 +24,7 @@ test_thetvdb_resolve_shows_LDADD =    \
        @DEPS_LIBS@
 
 test_thetvdb_resolve_shows_CFLAGS =    \
+       @DEPS_CFLAGS@                                                   \
        $(test_thetvdb_defines)
 
 test_thetvdb_resolve_episodes_SOURCES =        \
@@ -36,6 +35,7 @@ test_thetvdb_resolve_episodes_LDADD = \
        @DEPS_LIBS@
 
 test_thetvdb_resolve_episodes_CFLAGS = \
+       @DEPS_CFLAGS@                                                           \
        $(test_thetvdb_defines)
 
 test_thetvdb_resolve_stress_SOURCES =  \
@@ -46,6 +46,7 @@ test_thetvdb_resolve_stress_LDADD =   \
        @DEPS_LIBS@
 
 test_thetvdb_resolve_stress_CFLAGS =   \
+       @DEPS_CFLAGS@                                                           \
        $(test_thetvdb_defines)
 
 dist_noinst_DATA =             \
diff --git a/tests/tmdb/Makefile.am b/tests/tmdb/Makefile.am
index 9baa8c8..8b6b25d 100644
--- a/tests/tmdb/Makefile.am
+++ b/tests/tmdb/Makefile.am
@@ -7,8 +7,6 @@
 
 include $(top_srcdir)/gtester.mk
 
-INCLUDES = @DEPS_CFLAGS@
-
 TEST_PROGS +=                                                          \
        test_tmdb_fast_resolution                       \
        test_tmdb_fast_resolution_by_id \
@@ -37,6 +35,7 @@ test_tmdb_preconditions_LDADD =       \
        @DEPS_LIBS@
 
 test_tmdb_preconditions_CFLAGS =       \
+       @DEPS_CFLAGS@                                           \
        -DPREFIX=$(prefix)                              \
        $(test_tmdb_defines)
 
@@ -49,6 +48,7 @@ test_tmdb_missing_configuration_LDADD =       \
        @DEPS_LIBS@
 
 test_tmdb_missing_configuration_CFLAGS =       \
+       @DEPS_CFLAGS@                                                                   \
        -DPREFIX=$(prefix)                                                      \
        $(test_tmdb_defines)
 
@@ -60,6 +60,7 @@ test_tmdb_fast_resolution_LDADD =     \
        @DEPS_LIBS@
 
 test_tmdb_fast_resolution_CFLAGS =     \
+       @DEPS_CFLAGS@                                                   \
        -DPREFIX=$(prefix)                                      \
        $(test_tmdb_defines)
 
@@ -71,6 +72,7 @@ test_tmdb_fast_resolution_by_id_LDADD =       \
        @DEPS_LIBS@
 
 test_tmdb_fast_resolution_by_id_CFLAGS =       \
+       @DEPS_CFLAGS@                                                                   \
        -DPREFIX=$(prefix)                                                      \
        $(test_tmdb_defines)
 
@@ -82,6 +84,7 @@ test_tmdb_full_resolution_LDADD =     \
        @DEPS_LIBS@
 
 test_tmdb_full_resolution_CFLAGS =     \
+       @DEPS_CFLAGS@                                                   \
        -DPREFIX=$(prefix)                                      \
        $(test_tmdb_defines)
 
diff --git a/tests/vimeo/Makefile.am b/tests/vimeo/Makefile.am
index 4eddbf3..58c4099 100644
--- a/tests/vimeo/Makefile.am
+++ b/tests/vimeo/Makefile.am
@@ -7,8 +7,6 @@
 
 include $(top_srcdir)/gtester.mk
 
-INCLUDES = @DEPS_CFLAGS@
-
 TEST_PROGS +=  \
    test_vimeo
 
@@ -23,6 +21,7 @@ test_vimeo_LDADD =    \
        @DEPS_LIBS@
 
 test_vimeo_CFLAGS =    \
+       @DEPS_CFLAGS@           \
        $(test_vimeo_defines)
 
 # Distribute the tests data:


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