diff options
author | Mateu Batle <mateu.batle@collabora.com> | 2013-09-12 19:01:35 +0200 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2014-02-09 18:59:55 +0000 |
commit | 50e231075122405bad866191c829470c2f100467 (patch) | |
tree | 2992b8b59bc3c4dfe9951c59755108757209a69d /Makefile.am | |
parent | acf670c92c908654e1b3cd3c437300b4621d02f8 (diff) |
pls: Add new Grilo Playlist lib
This utility library allows both plugins and applications to read
playlists as if they were containers, using an API similar to the
Sources.
With additional fixes from Juan A. Suarez Romero and
Bastien Nocera.
https://bugzilla.gnome.org/show_bug.cgi?id=695303
Signed-off-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c05000b..33aadd6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,10 @@ if BUILD_GRILO_NET pkgconfig_DATA += grilo-net-0.2.pc endif +if BUILD_GRILO_PLS +pkgconfig_DATA += grilo-pls-0.2.pc +endif + dist_man1_MANS = grl-inspect.1 MAINTAINERCLEANFILES = \ |