aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-03 13:55:11 -0500
committerTed Gould <ted@gould.cx>2010-06-03 13:55:11 -0500
commit0f7ba97faf10422fd32628636c81563b04d8a6fc (patch)
tree5efa03ccb7acb19002eb5969b2742653870e8a39 /configure.ac
parent84e75c655037b21a9fcf4d3f52f0ef45dc1d75be (diff)
parent27fe45b69f41861cbf1f432db61e31a24f276bb8 (diff)
downloadlibayatana-appindicator-0f7ba97faf10422fd32628636c81563b04d8a6fc.tar.gz
libayatana-appindicator-0f7ba97faf10422fd32628636c81563b04d8a6fc.tar.bz2
libayatana-appindicator-0f7ba97faf10422fd32628636c81563b04d8a6fc.zip
Import upstream version 0.2.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac18
1 files changed, 15 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9d5b26d..9396c5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(indicator-application, 0.0.21, ted@canonical.com)
+AC_INIT(indicator-application, 0.2.0, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009, 2010 Canonical])
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-application, 0.0.21)
+AM_INIT_AUTOMAKE(indicator-application, 0.2.0)
AM_MAINTAINER_MODE
@@ -53,6 +53,18 @@ AC_SUBST(INDICATOR_CFLAGS)
AC_SUBST(INDICATOR_LIBS)
###########################
+# GObject Introspection
+###########################
+
+GOBJECT_INTROSPECTION_CHECK([0.6.7])
+
+###########################
+# Vala API Generation
+###########################
+
+AC_PATH_PROG([VALA_API_GEN], [vapigen])
+
+###########################
# Check for Mono support
###########################
@@ -178,7 +190,7 @@ AC_MSG_RESULT($PYGTK_CODEGEN)
AC_OUTPUT([
Makefile
src/Makefile
-src/libappindicator/appindicator-0.1.pc
+src/appindicator-0.1.pc
bindings/Makefile
bindings/mono/Makefile
bindings/mono/appindicator-sharp.dll.config