aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-10-24 04:15:20 +0000
committerTarmac <Unknown>2013-10-24 04:15:20 +0000
commit9e2f24172c1fa388e2be2938998b20f5bf3a8241 (patch)
tree3cf94298d909590579d5171a7bc95b5a0608efd3 /src/Makefile.am
parente38b6293bb37557d27efd052c82ee44d70996077 (diff)
parent6da162acd4a293a1cfe1933c54f6b06935deebbf (diff)
downloadayatana-indicator-datetime-9e2f24172c1fa388e2be2938998b20f5bf3a8241.tar.gz
ayatana-indicator-datetime-9e2f24172c1fa388e2be2938998b20f5bf3a8241.tar.bz2
ayatana-indicator-datetime-9e2f24172c1fa388e2be2938998b20f5bf3a8241.zip
Make timezone detection and localtime mockable. Fixes: https://bugs.launchpad.net/bugs/1237509.
Approved by PS Jenkins bot, Ted Gould.
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 \