diff options
author | Ted Gould <ted@gould.cx> | 2010-07-15 10:31:28 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-15 10:31:28 -0500 |
commit | cc5ecca1e9d029b3ab2853daf4328112a5c32f03 (patch) | |
tree | c9aa89f21962a21e19636e51e202cf4474e1454b /src/Makefile.in | |
parent | 2c467063b223e61ad5874f089e448c47b8de3b61 (diff) | |
parent | b695b5591a84f8bf6f55cd085f7dba59012d525b (diff) | |
download | ayatana-indicator-datetime-cc5ecca1e9d029b3ab2853daf4328112a5c32f03.tar.gz ayatana-indicator-datetime-cc5ecca1e9d029b3ab2853daf4328112a5c32f03.tar.bz2 ayatana-indicator-datetime-cc5ecca1e9d029b3ab2853daf4328112a5c32f03.zip |
Import upstream version 0.0.4
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index b6ed9d8..a1a5ba6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -270,7 +270,8 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ indicator_datetime_service_SOURCES = \ - datetime-service.c + datetime-service.c \ + dbus-shared.h indicator_datetime_service_CFLAGS = \ -Wall \ @@ -283,6 +284,7 @@ indicator_datetime_service_LDADD = \ datetimelibdir = $(INDICATORDIR) datetimelib_LTLIBRARIES = libdatetime.la libdatetime_la_SOURCES = \ + dbus-shared.h \ indicator-datetime.c libdatetime_la_CFLAGS = \ |