diff options
author | Ted Gould <ted@canonical.com> | 2009-07-21 16:06:05 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-07-21 16:06:05 -0500 |
commit | 472065f301abb41d33573e83eb5bdd5ea018973b (patch) | |
tree | ac303a0c2f9ace9d3fd00ad185251de62ae0866d /configure.ac | |
parent | 96ca29c44edb5a8b92339d8be7b8b9189cc8863b (diff) | |
download | ayatana-indicator-session-472065f301abb41d33573e83eb5bdd5ea018973b.tar.gz ayatana-indicator-session-472065f301abb41d33573e83eb5bdd5ea018973b.tar.bz2 ayatana-indicator-session-472065f301abb41d33573e83eb5bdd5ea018973b.zip |
Bringing in all the GTK includes and libraries
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 58fee07..9d64f40 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,11 @@ PKG_CHECK_MODULES(SESSIONSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSIO AC_SUBST(SESSIONERVICE_CFLAGS) AC_SUBST(SESSIONERVICE_LIBS) +PKG_CHECK_MODULES(GTKLOGOUTHELPER, gtk+-2.0 >= $GTK_REQUIRED_VERSION) + +AC_SUBST(GTKLOGOUTHELPER_CFLAGS) +AC_SUBST(GTKLOGOUTHELPER_LIBS) + ########################### # Check to see if we're local ########################### |