diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-05-06 14:57:00 -0700 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-05-06 14:57:00 -0700 |
commit | 76422d4997401b8f278b7316a23a324655c12c92 (patch) | |
tree | 89ed21a2688bbcec5647960c23d6e5ecb683bb66 /src/Makefile.am | |
parent | 5d8b176ab3c072faa259bfc3de2b8de103437463 (diff) | |
download | ayatana-indicator-datetime-76422d4997401b8f278b7316a23a324655c12c92.tar.gz ayatana-indicator-datetime-76422d4997401b8f278b7316a23a324655c12c92.tar.bz2 ayatana-indicator-datetime-76422d4997401b8f278b7316a23a324655c12c92.zip |
rename the 'DatetimeLocation' classes to the more accurate name 'DatetimeTimezone'
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2efff8f..67b085a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,12 +11,12 @@ indicator_datetime_service_SOURCES = \ datetime-interface.h \ gen-datetime-service.xml.c \ datetime-service.c \ - location.c \ - location.h \ - location-file.c \ - location-file.h \ - location-geoclue.c \ - location-geoclue.h \ + timezone.c \ + timezone.h \ + timezone-file.c \ + timezone-file.h \ + timezone-geoclue.c \ + timezone-geoclue.h \ utils.c \ utils.h \ dbus-shared.h \ |