diff options
author | Ted Gould <ted@canonical.com> | 2009-10-16 13:20:33 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-16 13:20:33 -0500 |
commit | 0336cb4b898e96b9a2c6c814523ef01c4bcc14a5 (patch) | |
tree | 9f9deedbbc8e1815afa591f011164265743b51c1 | |
parent | 8ad3fb0c2a9e0542235427f96f797c9bcf90d2b3 (diff) | |
download | ayatana-indicator-application-0336cb4b898e96b9a2c6c814523ef01c4bcc14a5.tar.gz ayatana-indicator-application-0336cb4b898e96b9a2c6c814523ef01c4bcc14a5.tar.bz2 ayatana-indicator-application-0336cb4b898e96b9a2c6c814523ef01c4bcc14a5.zip |
Adding programs for buiding enums and marsherers and all that jazz
-rw-r--r-- | configure.ac | 5 |
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 ########################### |