diff options
author | Ted Gould <ted@gould.cx> | 2010-08-30 13:59:10 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-30 13:59:10 -0500 |
commit | 088f7d086c0a95bd18cc094da185059357ce93ec (patch) | |
tree | f197fcf4f81713f66e0cce2bbb41fc668ad5dbc9 /src/Makefile.am | |
parent | 60d66c4e975f0d8939fc5bf70954002eae16b1d5 (diff) | |
download | ayatana-indicator-datetime-088f7d086c0a95bd18cc094da185059357ce93ec.tar.gz ayatana-indicator-datetime-088f7d086c0a95bd18cc094da185059357ce93ec.tar.bz2 ayatana-indicator-datetime-088f7d086c0a95bd18cc094da185059357ce93ec.zip |
Adding an object to be the interface object for dbus
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8bfac3d..aadc182 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,6 +2,8 @@ libexec_PROGRAMS = indicator-datetime-service indicator_datetime_service_SOURCES = \ + datetime-interface.c \ + datetime-interface.h \ datetime-server.h \ datetime-service.c \ dbus-shared.h |