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 /configure.ac | |
| 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 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 536b5af..790029a 100644 --- a/configure.ac +++ b/configure.ac @@ -37,10 +37,10 @@ AC_SUBST(APPLET_CFLAGS) AC_SUBST(APPLET_LIBS) DBUSMENUGLIB_REQUIRED_VERSION=0.1.1 -LIBEMPATHY_REQUIRED_VERSION=2.27.0 +TELEPATHYGLIB_REQUIRED_VERSION=0.9.0 PKG_CHECK_MODULES(STATUSSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION - libempathy >= $LIBEMPATHY_REQUIRED_VERSION) + telepathy-glib >= $TELEPATHYGLIB_REQUIRED_VERSION) AC_SUBST(STATUSERVICE_CFLAGS) AC_SUBST(STATUSERVICE_LIBS) |
