aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-22 15:06:13 -0500
committerTed Gould <ted@canonical.com>2009-10-22 15:06:13 -0500
commit20d116ae0d74559cd5f30fe4f1bff08ed6378176 (patch)
tree0f462df1fa68bf689036afb5b413064a7bfb8a3a /configure.ac
parent664bc74b6f0b3eb6ca30539628e2350ed3a2e20c (diff)
parent72815e195b42b8c4ed94f09af4b86a0d94393e5e (diff)
downloadayatana-indicator-application-20d116ae0d74559cd5f30fe4f1bff08ed6378176.tar.gz
ayatana-indicator-application-20d116ae0d74559cd5f30fe4f1bff08ed6378176.tar.bz2
ayatana-indicator-application-20d116ae0d74559cd5f30fe4f1bff08ed6378176.zip
Branch building up the interface for the library.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 48b11c6..ae39426 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,6 +20,11 @@ AC_CONFIG_MACRO_DIR([m4])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+AC_PATH_PROG([GLIB_MKENUMS], [glib-mkenums])
+AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
+
+PKG_PROG_PKG_CONFIG
+
###########################
# Dependencies
###########################