aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-10-17 16:32:44 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-10-17 16:32:44 -0500
commitbcc04892148c7396e638f45e96fcba42d0034ec7 (patch)
tree347a192c688c5c4202ed334a2dbaa5b76c27a7c1 /src/Makefile.am
parente38b6293bb37557d27efd052c82ee44d70996077 (diff)
downloadayatana-indicator-datetime-bcc04892148c7396e638f45e96fcba42d0034ec7.tar.gz
ayatana-indicator-datetime-bcc04892148c7396e638f45e96fcba42d0034ec7.tar.bz2
ayatana-indicator-datetime-bcc04892148c7396e638f45e96fcba42d0034ec7.zip
refactor the timezone and current time provider into a gobject Interface 'IndicatorDatetimeClock'
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 640650a..be7eb4d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,10 +18,12 @@ libindicator_datetime_service_a_CFLAGS = \
$(SHARED_CFLAGS)
libindicator_datetime_service_a_SOURCES = \
+ clock.c \
+ clock.h \
+ clock-live.c \
+ clock-live.h \
planner.c \
planner.h \
- planner-mock.c \
- planner-mock.h \
planner-eds.c \
planner-eds.h \
service.c \