diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2013-10-17 16:32:44 -0500 |
|---|---|---|
| committer | Charles Kerr <charles.kerr@canonical.com> | 2013-10-17 16:32:44 -0500 |
| commit | bcc04892148c7396e638f45e96fcba42d0034ec7 (patch) | |
| tree | 347a192c688c5c4202ed334a2dbaa5b76c27a7c1 /src/Makefile.am | |
| parent | e38b6293bb37557d27efd052c82ee44d70996077 (diff) | |
| download | ayatana-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.am | 6 |
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 \ |
