diff options
author | Iain Lane <iain.lane@canonical.com> | 2015-09-01 10:52:13 +0100 |
---|---|---|
committer | Iain Lane <iain.lane@canonical.com> | 2015-09-01 10:52:13 +0100 |
commit | a3937830bf656d5a8e2f368757b947cef0c8b1de (patch) | |
tree | 7a965b3f4a2cf3c1ba3fd4c701cfb75e8ed397e8 /src/CMakeLists.txt | |
parent | f016debfbaac39f509f5947b098c141a03a3b65f (diff) | |
download | ayatana-indicator-datetime-a3937830bf656d5a8e2f368757b947cef0c8b1de.tar.gz ayatana-indicator-datetime-a3937830bf656d5a8e2f368757b947cef0c8b1de.tar.bz2 ayatana-indicator-datetime-a3937830bf656d5a8e2f368757b947cef0c8b1de.zip |
Rename FileTimezone to TimedatedTimezone
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6f27e99..f8d219a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -33,9 +33,9 @@ set (SERVICE_CXX_SOURCES settings-live.cpp snap.cpp sound.cpp - timezone-file.cpp timezone-geoclue.cpp timezones-live.cpp + timezone-timedated.cpp utils.c wakeup-timer-mainloop.cpp wakeup-timer-powerd.cpp) |