diff options
author | Ted Gould <ted@gould.cx> | 2010-08-31 07:57:01 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-31 07:57:01 -0500 |
commit | a2176c0fda7b41546dbe75b25fed57cfe2376506 (patch) | |
tree | 498ce9b392b3aa7760a1af0b2ba532c0b7c59cfc /src/Makefile.am | |
parent | 5c882ecc2474d48fbe7675b76cb23f9875905483 (diff) | |
parent | d0f7670cc5c25a89c734ace8a442278b982c3caa (diff) | |
download | ayatana-indicator-datetime-a2176c0fda7b41546dbe75b25fed57cfe2376506.tar.gz ayatana-indicator-datetime-a2176c0fda7b41546dbe75b25fed57cfe2376506.tar.bz2 ayatana-indicator-datetime-a2176c0fda7b41546dbe75b25fed57cfe2376506.zip |
Updating to trunk
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 aadc182..46cff1c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,6 +5,8 @@ indicator_datetime_service_SOURCES = \ datetime-interface.c \ datetime-interface.h \ datetime-server.h \ + calendar-menu-item.c \ + calendar-menu-item.h \ datetime-service.c \ dbus-shared.h indicator_datetime_service_CFLAGS = \ |