summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-06-15 17:37:22 +0000
committerTarmac <Unknown>2013-06-15 17:37:22 +0000
commit83e473561eea890bbd47476d7dc221c9e1c300c4 (patch)
treebc2833dd7a99494a348dd9ebaa3d2704460c8e90 /src/Makefile.am
parent761013209f13b68e49a4bd0992c4bf5485ab3e2f (diff)
parent53ee722f7352e25ac1899339105685c8a3d82557 (diff)
downloadayatana-ido-83e473561eea890bbd47476d7dc221c9e1c300c4.tar.gz
ayatana-ido-83e473561eea890bbd47476d7dc221c9e1c300c4.tar.bz2
ayatana-ido-83e473561eea890bbd47476d7dc221c9e1c300c4.zip
adds the ido widgets needed for indicator-datetime.
http://bazaar.launchpad.net/~charlesk/indicator-datetime/gmenuify/view/head:/README documents the actions & menuitems. Approved by Ted Gould, PS Jenkins bot.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0a4dbab..7b2e51e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,6 +18,8 @@ sources_h = \
idoscalemenuitem.h \
idoswitchmenuitem.h \
idousermenuitem.h \
+ idoappointmentmenuitem.h \
+ idolocationmenuitem.h \
idotimeline.h \
libido.h \
idoactionhelper.h
@@ -72,6 +74,8 @@ libido_0_1_la_SOURCES = \
idotimeline.c \
idomenuitemfactory.c \
idoactionhelper.c \
+ idoappointmentmenuitem.c \
+ idolocationmenuitem.c \
idousermenuitem.c
libido3_0_1_la_SOURCES = $(libido_0_1_la_SOURCES)