From 8b1bba629a99cb8d4afd4d114db66f637acf222c Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Tue, 13 Aug 2013 16:05:52 +0200 Subject: Add IdoApplicationMenuItem A menu item representing an application. It can show whether the application is running or not (based on action state). --- 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 725652f..177e859 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,7 +27,8 @@ sources_h = \ libido.h \ idoactionhelper.h \ idomediaplayermenuitem.h \ - idoplaybackmenuitem.h + idoplaybackmenuitem.h \ + idoapplicationmenuitem.h EXTRA_DIST = \ ido.list \ @@ -86,7 +87,8 @@ libido_0_1_la_SOURCES = \ idoappointmentmenuitem.c \ idobasicmenuitem.c \ idotimestampmenuitem.c \ - idolocationmenuitem.c + idolocationmenuitem.c \ + idoapplicationmenuitem.c libido3_0_1_la_SOURCES = $(libido_0_1_la_SOURCES) -- cgit v1.2.3