~unity8-desktop-session-team/indicator-session/indicator-session-using-upstart

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Charles Kerr
  • Date: 2012-04-26 19:34:38 UTC
  • mto: (254.1.5 gtest)
  • mto: This revision was merged to the branch mainline in revision 255.
  • Revision ID: charles.kerr@canonical.com-20120426193438-3emnu0c1wuvjzuo8
add scaffolding for indicator-session-service Google Testing with libdbustest

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
AC_ISC_POSIX
16
16
AC_PROG_CC
 
17
AC_PROG_CXX
17
18
AM_PROG_CC_C_O
18
19
AC_STDC_HEADERS
19
20
AC_PROG_LIBTOOL
32
33
INDICATOR_REQUIRED_VERSION=0.3.19
33
34
DBUSMENUGTK_REQUIRED_VERSION=0.5.90
34
35
POLKIT_REQUIRED_VERSION=0.92
 
36
DBUSTEST_REQUIRED_VERSION=0.0.5
35
37
 
36
38
AC_ARG_WITH([gtk],
37
39
  [AS_HELP_STRING([--with-gtk],
87
89
       AC_DEFINE(HAVE_GTK3, 1, [whether gtk3 is available])
88
90
     ])
89
91
 
 
92
PKG_CHECK_MODULES(LIBDBUSTEST, dbustest-1 >= DBUSTEST_REQUIRED_VERSION)
 
93
 
90
94
###########################
91
95
# GTK Logout Helper
92
96
###########################
170
174
fi
171
175
AC_SUBST(DBUSSERVICEDIR)
172
176
 
 
177
###########################
 
178
# Google Test framework
 
179
###########################
 
180
 
 
181
m4_include([m4/gtest.m4])
 
182
CHECK_GTEST
 
183
 
173
184
##############################
174
185
# Custom Junk
175
186
##############################
236
247
data/icons/scalable/actions/Makefile
237
248
data/icons/scalable/status/Makefile
238
249
data/extra-sessions/Makefile
 
250
tests/Makefile
239
251
po/Makefile.in
240
252
])
241
253