diff options
author | Ted Gould <ted@gould.cx> | 2010-07-12 16:04:19 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-12 16:04:19 -0500 |
commit | ad70535da6e61c09cf69e1b5ba7428deff50cb0c (patch) | |
tree | de001a6d285e9fe4ae2b76ae6c089f508128d163 /src/Makefile.am | |
parent | 7e526de2df2ff20b44d1f4fbf9bada7075c2cd9c (diff) | |
parent | 0a0f9d00f73c17ff7edbd84f60d2b800b9e2dc91 (diff) | |
download | ayatana-indicator-datetime-ad70535da6e61c09cf69e1b5ba7428deff50cb0c.tar.gz ayatana-indicator-datetime-ad70535da6e61c09cf69e1b5ba7428deff50cb0c.tar.bz2 ayatana-indicator-datetime-ad70535da6e61c09cf69e1b5ba7428deff50cb0c.zip |
As a basis we need to have a service based architecture.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bf9093d..fe3db2e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,8 @@ libexec_PROGRAMS = indicator-datetime-service indicator_datetime_service_SOURCES = \ - datetime-service.c + datetime-service.c \ + dbus-shared.h indicator_datetime_service_CFLAGS = \ -Wall \ -Werror \ @@ -13,6 +14,7 @@ indicator_datetime_service_LDADD = \ datetimelibdir = $(INDICATORDIR) datetimelib_LTLIBRARIES = libdatetime.la libdatetime_la_SOURCES = \ + dbus-shared.h \ indicator-datetime.c libdatetime_la_CFLAGS = \ $(INDICATOR_CFLAGS) \ |