From ef70e33d1fc18a1f388c38b367fe6cf7065e3479 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 12 Jun 2013 17:43:36 -0400 Subject: Add IdoMediaPlayerMenuItem A menu item that shows a media player application and metadata about the currently running song. Adapted from metadata-widget.c formerly found in lp:indicator-sound. --- src/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 0a4dbab..654f917 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,8 @@ sources_h = \ idousermenuitem.h \ idotimeline.h \ libido.h \ - idoactionhelper.h + idoactionhelper.h \ + idomediaplayermenuitem.h EXTRA_DIST = \ ido.list \ @@ -72,7 +73,8 @@ libido_0_1_la_SOURCES = \ idotimeline.c \ idomenuitemfactory.c \ idoactionhelper.c \ - idousermenuitem.c + idousermenuitem.c \ + idomediaplayermenuitem.c libido3_0_1_la_SOURCES = $(libido_0_1_la_SOURCES) -- cgit v1.2.3