diff options
| -rw-r--r-- | configure.ac | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/configure.ac b/configure.ac index 75da513..b21dc98 100644 --- a/configure.ac +++ b/configure.ac @@ -336,7 +336,7 @@ AM_CONDITIONAL([USE_NLS], [test "x${USE_NLS}" = "xyes"])  DISABLE_DEPRECATED_CPPFLAGS="-DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED"  AC_SUBST(DISABLE_DEPRECATED_CPPFLAGS) -AC_OUTPUT([ +AC_CONFIG_FILES([    Makefile    sendto/org.mate.Caja.Sendto.gschema.xml    open-terminal/org.mate.caja-open-terminal.gschema.xml @@ -366,6 +366,7 @@ AC_OUTPUT([    xattr-tags/Makefile    po/Makefile.in  ]) +AC_OUTPUT  echo "  Configure summary: | 
