diff options
author | Ted Gould <ted@gould.cx> | 2010-09-07 12:37:43 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-07 12:37:43 -0500 |
commit | 6b4550178934e6d9b9edd84fc8766e26bf03f283 (patch) | |
tree | 6f4a005aa8007bde099bc45b61bc53dbf25311b5 /Makefile.in | |
parent | 3ce9af6066484f5faa6ac3a2569d7ea9fb804745 (diff) | |
parent | 029d2cfd3c57be5c9c0c98ccafda09e92e92afe7 (diff) | |
download | ayatana-indicator-datetime-6b4550178934e6d9b9edd84fc8766e26bf03f283.tar.gz ayatana-indicator-datetime-6b4550178934e6d9b9edd84fc8766e26bf03f283.tar.bz2 ayatana-indicator-datetime-6b4550178934e6d9b9edd84fc8766e26bf03f283.zip |
New upstream release.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 5e4ef8b..44c42df 100644 --- a/Makefile.in +++ b/Makefile.in @@ -141,12 +141,14 @@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_MKENUMS = @GLIB_MKENUMS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GNOMELOCALEDIR = @GNOMELOCALEDIR@ GREP = @GREP@ +GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@ INDICATORDIR = @INDICATORDIR@ INDICATORICONSDIR = @INDICATORICONSDIR@ INDICATOR_CFLAGS = @INDICATOR_CFLAGS@ @@ -227,6 +229,7 @@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ +gsettingsschemadir = @gsettingsschemadir@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ |