[grilo-plugins] all: Include gtester.mk in all Makefile.am
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] all: Include gtester.mk in all Makefile.am
- Date: Sun, 25 Aug 2013 21:23:06 +0000 (UTC)
commit b520e032f3c298cca26528555ba2c936f3494084
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date: Sun Aug 25 18:17:22 2013 +0000
all: Include gtester.mk in all Makefile.am
Needed for 'make test' to work.
help/Makefile.am | 2 ++
help/examples/Makefile.am | 1 +
src/Makefile.am | 2 ++
src/apple-trailers/Makefile.am | 2 ++
src/bliptv/Makefile.am | 2 ++
src/bookmarks/Makefile.am | 2 ++
src/dmap/Makefile.am | 2 ++
src/fake-metadata/Makefile.am | 2 ++
src/filesystem/Makefile.am | 2 ++
src/flickr/Makefile.am | 2 ++
src/gravatar/Makefile.am | 2 ++
src/jamendo/Makefile.am | 2 ++
src/lastfm-albumart/Makefile.am | 2 ++
src/local-metadata/Makefile.am | 2 ++
src/magnatune/Makefile.am | 2 ++
src/metadata-store/Makefile.am | 2 ++
src/optical-media/Makefile.am | 2 ++
src/podcasts/Makefile.am | 2 ++
src/raitv/Makefile.am | 2 ++
src/shoutcast/Makefile.am | 2 ++
src/tmdb/Makefile.am | 2 ++
src/tracker/Makefile.am | 2 ++
src/upnp/Makefile.am | 2 ++
src/vimeo/Makefile.am | 2 ++
src/youtube/Makefile.am | 2 ++
25 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/help/Makefile.am b/help/Makefile.am
index 2a232c4..4fdb59a 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,6 +1,8 @@
SUBDIRS = examples
include $(top_srcdir)/gnome-doc-utils.make
+include $(top_srcdir)/gtester.mk
+
dist-hook: doc-dist-hook
DOC_MODULE = grilo-plugins
diff --git a/help/examples/Makefile.am b/help/examples/Makefile.am
index 80e6036..04689b7 100644
--- a/help/examples/Makefile.am
+++ b/help/examples/Makefile.am
@@ -5,6 +5,7 @@
#
# Copyright (C) 2012 Canonical Ltd.
+include $(top_srcdir)/gtester.mk
AM_CFLAGS = $(DEPS_CFLAGS)
LDADD = $(DEPS_LIBS)
diff --git a/src/Makefile.am b/src/Makefile.am
index b61a12f..1bb38a3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,6 +6,8 @@
#
# Copyright (C) 2010-2012 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
SUBDIRS =
if APPLE_TRAILERS_PLUGIN
diff --git a/src/apple-trailers/Makefile.am b/src/apple-trailers/Makefile.am
index 8b049ab..284efab 100644
--- a/src/apple-trailers/Makefile.am
+++ b/src/apple-trailers/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2010, 2011 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrlappletrailers.la
libgrlappletrailers_la_CFLAGS = \
diff --git a/src/bliptv/Makefile.am b/src/bliptv/Makefile.am
index 610be74..1d96cfb 100644
--- a/src/bliptv/Makefile.am
+++ b/src/bliptv/Makefile.am
@@ -6,6 +6,8 @@
# Copyright (C) 2011 Intel Corporation.
# Copyright (C) 2011 Igalia S.L.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrlbliptv.la
libgrlbliptv_la_CFLAGS = \
diff --git a/src/bookmarks/Makefile.am b/src/bookmarks/Makefile.am
index 9cc879a..aa987af 100644
--- a/src/bookmarks/Makefile.am
+++ b/src/bookmarks/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2010, 2011 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrlbookmarks.la
libgrlbookmarks_la_CFLAGS = \
diff --git a/src/dmap/Makefile.am b/src/dmap/Makefile.am
index 9607a08..2df6b79 100644
--- a/src/dmap/Makefile.am
+++ b/src/dmap/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2011 W. Michael Petullo. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrldmap.la
libgrldmap_la_CFLAGS = \
diff --git a/src/fake-metadata/Makefile.am b/src/fake-metadata/Makefile.am
index ecb76a0..e820ed3 100644
--- a/src/fake-metadata/Makefile.am
+++ b/src/fake-metadata/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2010, 2011 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrlfakemetadata.la
libgrlfakemetadata_la_CFLAGS = \
diff --git a/src/filesystem/Makefile.am b/src/filesystem/Makefile.am
index 2d710c5..c8b07d5 100644
--- a/src/filesystem/Makefile.am
+++ b/src/filesystem/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2010, 2011 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrlfilesystem.la
libgrlfilesystem_la_CFLAGS = \
diff --git a/src/flickr/Makefile.am b/src/flickr/Makefile.am
index 268f042..8ba834b 100644
--- a/src/flickr/Makefile.am
+++ b/src/flickr/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2010, 2011 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
libplugin_LTLIBRARIES = libgrlflickr.la
libgrlflickr_la_CFLAGS = \
diff --git a/src/gravatar/Makefile.am b/src/gravatar/Makefile.am
index 460efe7..0f2aa24 100644
--- a/src/gravatar/Makefile.am
+++ b/src/gravatar/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2010, 2011 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrlgravatar.la
libgrlgravatar_la_CFLAGS = \
diff --git a/src/jamendo/Makefile.am b/src/jamendo/Makefile.am
index adbf5f5..3169041 100644
--- a/src/jamendo/Makefile.am
+++ b/src/jamendo/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2010, 2011 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrljamendo.la
libgrljamendo_la_CFLAGS = \
diff --git a/src/lastfm-albumart/Makefile.am b/src/lastfm-albumart/Makefile.am
index f34517d..603b518 100644
--- a/src/lastfm-albumart/Makefile.am
+++ b/src/lastfm-albumart/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2010, 2011 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrllastfm-albumart.la
libgrllastfm_albumart_la_CFLAGS = \
diff --git a/src/local-metadata/Makefile.am b/src/local-metadata/Makefile.am
index b33f1c9..158e335 100644
--- a/src/local-metadata/Makefile.am
+++ b/src/local-metadata/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2010-2011 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrllocalmetadata.la
libgrllocalmetadata_la_CFLAGS = \
diff --git a/src/magnatune/Makefile.am b/src/magnatune/Makefile.am
index 6c2f7cb..c543924 100644
--- a/src/magnatune/Makefile.am
+++ b/src/magnatune/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2013 Victor Toso. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrlmagnatune.la
libgrlmagnatune_la_CFLAGS = \
diff --git a/src/metadata-store/Makefile.am b/src/metadata-store/Makefile.am
index 1ad6f87..a88ac6e 100644
--- a/src/metadata-store/Makefile.am
+++ b/src/metadata-store/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2010, 2011 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrlmetadatastore.la
libgrlmetadatastore_la_CFLAGS = \
diff --git a/src/optical-media/Makefile.am b/src/optical-media/Makefile.am
index 5ab656f..38bb05c 100644
--- a/src/optical-media/Makefile.am
+++ b/src/optical-media/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2012 Bastien Nocera
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrloptical-media.la
libgrloptical_media_la_CFLAGS = \
diff --git a/src/podcasts/Makefile.am b/src/podcasts/Makefile.am
index 819c8a8..db4741d 100644
--- a/src/podcasts/Makefile.am
+++ b/src/podcasts/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2010, 2011 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrlpodcasts.la
libgrlpodcasts_la_CFLAGS = \
diff --git a/src/raitv/Makefile.am b/src/raitv/Makefile.am
index 8c3f96c..c376ea1 100644
--- a/src/raitv/Makefile.am
+++ b/src/raitv/Makefile.am
@@ -4,6 +4,8 @@
# Author: Marco Piazza <mpiazza gmail com>
#
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrlraitv.la
libgrlraitv_la_CFLAGS = \
diff --git a/src/shoutcast/Makefile.am b/src/shoutcast/Makefile.am
index c2d8955..cb81787 100644
--- a/src/shoutcast/Makefile.am
+++ b/src/shoutcast/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2010, 2011 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrlshoutcast.la
libgrlshoutcast_la_CFLAGS = \
diff --git a/src/tmdb/Makefile.am b/src/tmdb/Makefile.am
index f2fcfd8..e7ef929 100644
--- a/src/tmdb/Makefile.am
+++ b/src/tmdb/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2012 Openismus GmbH.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrltmdb.la
libgrltmdb_la_CFLAGS = \
diff --git a/src/tracker/Makefile.am b/src/tracker/Makefile.am
index 4e0a7b0..c02dc2a 100644
--- a/src/tracker/Makefile.am
+++ b/src/tracker/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2011 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrltracker.la
libgrltracker_la_CFLAGS = \
diff --git a/src/upnp/Makefile.am b/src/upnp/Makefile.am
index a8d3223..4f3b158 100644
--- a/src/upnp/Makefile.am
+++ b/src/upnp/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2010, 2011 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrlupnp.la
libgrlupnp_la_CFLAGS = \
diff --git a/src/vimeo/Makefile.am b/src/vimeo/Makefile.am
index 01e2e24..27c57db 100644
--- a/src/vimeo/Makefile.am
+++ b/src/vimeo/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2010, 2011 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrlvimeo.la
libgrlvimeo_la_CFLAGS = \
diff --git a/src/youtube/Makefile.am b/src/youtube/Makefile.am
index 0f461cc..56f0eb3 100644
--- a/src/youtube/Makefile.am
+++ b/src/youtube/Makefile.am
@@ -5,6 +5,8 @@
#
# Copyright (C) 2010, 2011 Igalia S.L. All rights reserved.
+include $(top_srcdir)/gtester.mk
+
ext_LTLIBRARIES = libgrlyoutube.la
libgrlyoutube_la_CFLAGS = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]