aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-15 10:31:28 -0500
committerTed Gould <ted@gould.cx>2010-07-15 10:31:28 -0500
commitcc5ecca1e9d029b3ab2853daf4328112a5c32f03 (patch)
treec9aa89f21962a21e19636e51e202cf4474e1454b /src/Makefile.in
parent2c467063b223e61ad5874f089e448c47b8de3b61 (diff)
parentb695b5591a84f8bf6f55cd085f7dba59012d525b (diff)
downloadayatana-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.in4
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 = \