diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-05-14 13:18:04 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-05-14 13:18:04 -0500 |
commit | 01bd6c3f35cdef3d9dae9241e7519a59c6d8139d (patch) | |
tree | 8a55fd0c783949cd7b558b99f5ecf5bfdd1dba4f /src/Makefile.am | |
parent | 358db84bca4f08f3f6822e0e4a62a8382366ad71 (diff) | |
download | ayatana-indicator-datetime-01bd6c3f35cdef3d9dae9241e7519a59c6d8139d.tar.gz ayatana-indicator-datetime-01bd6c3f35cdef3d9dae9241e7519a59c6d8139d.tar.bz2 ayatana-indicator-datetime-01bd6c3f35cdef3d9dae9241e7519a59c6d8139d.zip |
add a service boilerplate similar to the one in indicator-session. This doesn't do anything yet; the sections will be added in subsequent commits
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9350f86..fee2245 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,7 +14,9 @@ indicator_datetime_service_SOURCES = \ planner.h \ planner-eds.c \ planner-eds.h \ - datetime-service.c \ + service.c \ + service.h \ + main.c \ timezone.c \ timezone.h \ timezone-file.c \ @@ -26,7 +28,8 @@ indicator_datetime_service_SOURCES = \ dbus-shared.h \ settings-shared.h indicator_datetime_service_CFLAGS = \ - -Wall -Wextra \ + -Wall \ + -Wextra -Wno-missing-field-initializers \ -Werror \ $(SERVICE_CFLAGS) \ $(COVERAGE_CFLAGS) \ |