diff options
author | Ted Gould <ted@gould.cx> | 2010-04-28 15:08:11 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-28 15:08:11 -0500 |
commit | 3dc48c02f8b5ea06a3a267d420db8bd304936799 (patch) | |
tree | 3d7aca5d5032d06d480760af56334713c4a6d0cd | |
parent | 2c90c6c9724edd3d6a55015195159d2e1e997bf2 (diff) | |
download | libayatana-appindicator-3dc48c02f8b5ea06a3a267d420db8bd304936799.tar.gz libayatana-appindicator-3dc48c02f8b5ea06a3a267d420db8bd304936799.tar.bz2 libayatana-appindicator-3dc48c02f8b5ea06a3a267d420db8bd304936799.zip |
Adding introspection and VAPI checks
-rw-r--r-- | configure.ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c34bed2..dfffa00 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 ########################### |