diff options
author | Ted Gould <ted@gould.cx> | 2010-05-20 14:39:17 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-05-20 14:39:17 -0500 |
commit | e09b4591cf46334934a233511b18d7706802bd35 (patch) | |
tree | 0f992ea5cd6b4f859927f298090386dea54f7018 /configure.ac | |
parent | ea79d7fd68a100704d2b1ff883497fef0ce8c3a2 (diff) | |
parent | 0b091646a8ecf62c36cde27a1d0e784a55e9a0c2 (diff) | |
download | libayatana-appindicator-e09b4591cf46334934a233511b18d7706802bd35.tar.gz libayatana-appindicator-e09b4591cf46334934a233511b18d7706802bd35.tar.bz2 libayatana-appindicator-e09b4591cf46334934a233511b18d7706802bd35.zip |
Adding GIR/VAPI support and flattening directories
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c34bed2..eab3411 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |