diff options
author | Ted Gould <ted@gould.cx> | 2009-12-08 11:24:44 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-08 11:24:44 -0600 |
commit | 11bc39c130e72f311c5923a5265f48d3fb08be50 (patch) | |
tree | 965a5e0f0dd370cb311d590eb16f05dd66072c17 /src/Makefile.am | |
parent | 9c8e765277bd7a97d4399384ee82b8297b2d8cff (diff) | |
parent | 150964c617d1b3197bcd5e287eab99b901b7b8fb (diff) | |
download | ayatana-indicator-session-11bc39c130e72f311c5923a5265f48d3fb08be50.tar.gz ayatana-indicator-session-11bc39c130e72f311c5923a5265f48d3fb08be50.tar.bz2 ayatana-indicator-session-11bc39c130e72f311c5923a5265f48d3fb08be50.zip |
Update to use libtelepathy instead of libempathy
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index fefcd37..6a5fc44 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -154,7 +154,9 @@ EXTRA_DIST = \ status-service.xml \ status-provider-mc5.list \ status-provider-pidgin.list \ - status-provider-telepathy.list + status-provider-telepathy.list \ + users-service.xml \ + users-service.list CLEANFILES = \ $(BUILT_SOURCES) |