diff options
author | Ted Gould <ted@gould.cx> | 2010-01-15 15:16:30 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-15 15:16:30 -0600 |
commit | 14b58238f792f17285dc61c6adb00ca764a5a3b6 (patch) | |
tree | 26caad41c532e7ade68414c8479c9aa3a8089636 /configure.ac | |
parent | 529ce66c4498e661281b83852cfbde03a918956e (diff) | |
download | libayatana-indicator-14b58238f792f17285dc61c6adb00ca764a5a3b6.tar.gz libayatana-indicator-14b58238f792f17285dc61c6adb00ca764a5a3b6.tar.bz2 libayatana-indicator-14b58238f792f17285dc61c6adb00ca764a5a3b6.zip |
Setting up the move signal, which required custom marshallers.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 676af4e..04d7d38 100644 --- a/configure.ac +++ b/configure.ac @@ -15,6 +15,8 @@ AM_PROG_CC_C_O AC_STDC_HEADERS AC_PROG_LIBTOOL +AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) + AC_SUBST(VERSION) AC_CONFIG_MACRO_DIR([m4]) |