aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-06-15 14:59:15 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-06-15 14:59:15 +0200
commit78edb4ee5c8a585986fa092ee4ec81fad442f64f (patch)
tree748bc68e301d19801fb779551bbe242d1ab76367 /configure.ac
parentbc9cd727c2bb0116c94e1bf258e257d5bff406f8 (diff)
downloadayatana-indicator-messages-78edb4ee5c8a585986fa092ee4ec81fad442f64f.tar.gz
ayatana-indicator-messages-78edb4ee5c8a585986fa092ee4ec81fad442f64f.tar.bz2
ayatana-indicator-messages-78edb4ee5c8a585986fa092ee4ec81fad442f64f.zip
Add first version of a libmessaging-menu client library
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e3beaa2..9ef2438 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,6 +52,8 @@ PKG_CHECK_MODULES(APPLET, gtk+-3.0 >= $GTK_REQUIRED_VERSION
gmodule-2.0 >= $GLIB_REQUIRED_VERSION
menu-factory-gtk >= $MENU_FACTORY_REQUIRED_VERSION)
+PKG_CHECK_MODULES(GIO, gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION)
+
AC_SUBST(APPLET_CFLAGS)
AC_SUBST(APPLET_LIBS)
@@ -198,6 +200,8 @@ data/icons/scalable/status/Makefile
data/icons/scalable/categories/Makefile
po/Makefile.in
test/Makefile
+libmessaging-menu/Makefile
+libmessaging-menu/messaging-menu.pc
])
###########################