diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-12-10 10:47:52 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-12-10 10:47:52 -0500 |
commit | 7f417502dd3d77cd72cfe23d0047018bf8588773 (patch) | |
tree | f082e9af035890137955e01d5335098a3e03762b /src/Makefile.am | |
parent | f70e0d8aae95e38651c2355412f39b22baa5a7a7 (diff) | |
parent | 11bc39c130e72f311c5923a5265f48d3fb08be50 (diff) | |
download | ayatana-indicator-session-7f417502dd3d77cd72cfe23d0047018bf8588773.tar.gz ayatana-indicator-session-7f417502dd3d77cd72cfe23d0047018bf8588773.tar.bz2 ayatana-indicator-session-7f417502dd3d77cd72cfe23d0047018bf8588773.zip |
Ted Gould 2009-12-08 [merge] Update to use libtelepathy instead of libempathy
Ken VanDine 2009-12-08 Added missing files to EXTRA_DIST
Ken VanDine 2009-12-08 Ported from libempathy to telepathy-glib
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) |