diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 606a1c83..646d86f8 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,11 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.25.2], [https://mate-desktop.org]) +AC_INIT([caja], + [1.25.2], + [https://github.com/mate-desktop/caja/issues], + [caja], + [https://mate-desktop.org]) dnl --------------------------------------------------------------------------- @@ -275,6 +279,7 @@ AC_CONFIG_FILES([ Makefile libegg/Makefile data/Makefile +data/caja.appdata.xml.in data/icons/Makefile data/patterns/Makefile docs/Makefile |