aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-05 22:39:03 -0600
committerTed Gould <ted@gould.cx>2010-01-05 22:39:03 -0600
commit095055acb1af84c4fafb9d844d9657bdc79fe224 (patch)
tree4bb90899bb3c61b0c657fec1b39bdfabfa604453 /configure.ac
parent580cf67b9db257743ab9e55d5a11e885d4a59640 (diff)
parenta2d2135f87d23b9749beae32bfac606170edf8b4 (diff)
downloadayatana-indicator-session-095055acb1af84c4fafb9d844d9657bdc79fe224.tar.gz
ayatana-indicator-session-095055acb1af84c4fafb9d844d9657bdc79fe224.tar.bz2
ayatana-indicator-session-095055acb1af84c4fafb9d844d9657bdc79fe224.zip
Removing the status bits and pieces (they're now in indicator-me) and merging users and session so that we only have one service and one menu. Nice and simple.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac22
1 files changed, 2 insertions, 20 deletions
diff --git a/configure.ac b/configure.ac
index 1a41ab1..08e2bce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,20 +37,9 @@ AC_SUBST(APPLET_CFLAGS)
AC_SUBST(APPLET_LIBS)
DBUSMENUGLIB_REQUIRED_VERSION=0.1.1
-TELEPATHYGLIB_REQUIRED_VERSION=0.9.0
-PKG_CHECK_MODULES(STATUSSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
- telepathy-glib >= $TELEPATHYGLIB_REQUIRED_VERSION)
-
-AC_SUBST(STATUSERVICE_CFLAGS)
-AC_SUBST(STATUSERVICE_LIBS)
-
-PKG_CHECK_MODULES(USERSSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION)
-
-AC_SUBST(USERSERVICE_CFLAGS)
-AC_SUBST(USERSERVICE_LIBS)
-
-PKG_CHECK_MODULES(SESSIONSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION)
+PKG_CHECK_MODULES(SESSIONSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION
+ indicator >= $INDICATOR_REQUIRED_VERSION)
AC_SUBST(SESSIONERVICE_CFLAGS)
AC_SUBST(SESSIONERVICE_LIBS)
@@ -142,21 +131,14 @@ src/gtk-dialog/Makefile
data/Makefile
data/icons/Makefile
data/icons/16x16/Makefile
-data/icons/16x16/status/Makefile
data/icons/16x16/actions/Makefile
data/icons/22x22/Makefile
-data/icons/22x22/status/Makefile
data/icons/22x22/actions/Makefile
data/icons/24x24/Makefile
-data/icons/24x24/status/Makefile
data/icons/24x24/actions/Makefile
data/icons/32x32/Makefile
-data/icons/32x32/status/Makefile
data/icons/32x32/actions/Makefile
-data/icons/48x48/Makefile
-data/icons/48x48/status/Makefile
data/icons/scalable/Makefile
-data/icons/scalable/status/Makefile
data/icons/scalable/actions/Makefile
po/Makefile.in
])