diff options
author | Ted Gould <ted@canonical.com> | 2009-08-17 17:20:45 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-17 17:20:45 -0500 |
commit | f022d796081febf634787868ddd93d5e19431786 (patch) | |
tree | 801672e0f21eedf1758a0e9a50c1f3c236fa5593 /src/Makefile.am | |
parent | a52eb4af8fd90ae883ad511fbce0bc9297dbaca5 (diff) | |
download | ayatana-indicator-session-f022d796081febf634787868ddd93d5e19431786.tar.gz ayatana-indicator-session-f022d796081febf634787868ddd93d5e19431786.tar.bz2 ayatana-indicator-session-f022d796081febf634787868ddd93d5e19431786.zip |
Getting more of a basis for Telepathy stuff
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 a014128..dbe6d0f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,6 +31,8 @@ indicator_status_service_SOURCES = \ status-provider-pidgin.c \ status-provider-pidgin-marshal.h \ status-provider-pidgin-marshal.c \ + status-provider-telepathy.h \ + status-provider-telepathy.c \ status-provider-telepathy-marshal.h \ status-provider-telepathy-marshal.c indicator_status_service_CFLAGS = $(STATUSSERVICE_CFLAGS) -Wall -Werror |