diff options
author | Ted Gould <ted@gould.cx> | 2010-06-03 14:00:39 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-03 14:00:39 -0500 |
commit | 614e30aa1dac3cd9fff093cea51055c924c7fb7c (patch) | |
tree | 89309ff5df9abb5b8f1dc8225590737301fe69e0 /configure.ac | |
parent | d3216b922736af362c23c7b4e52da130907c9c3a (diff) | |
parent | 0f7ba97faf10422fd32628636c81563b04d8a6fc (diff) | |
download | ayatana-indicator-application-614e30aa1dac3cd9fff093cea51055c924c7fb7c.tar.gz ayatana-indicator-application-614e30aa1dac3cd9fff093cea51055c924c7fb7c.tar.bz2 ayatana-indicator-application-614e30aa1dac3cd9fff093cea51055c924c7fb7c.zip |
* New upstream release.
* Build GIR and VAPI files
* Fixes to documentation and enum construction
* Fix distcheck
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 18 |
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 |