diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-11 03:45:18 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-11 03:45:18 -0700 |
commit | c8e195218fb081e449104c74387212736b4251ef (patch) | |
tree | 04acbc1ab99735c36e2dcbbd522de4ea5b20e6f3 | |
parent | 93f602af68ab2e7717d3a2c9ae49177347a43864 (diff) | |
parent | c69bbe9ae6dee347847374889d664aa6cb086cf1 (diff) | |
download | mate-terminal-c8e195218fb081e449104c74387212736b4251ef.tar.bz2 mate-terminal-c8e195218fb081e449104c74387212736b4251ef.tar.xz |
Merge pull request #40 from infirit/master
Update PORFILES.in with missing files + make autofoo happy
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | po/POTFILES.in | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6d90c1c..8fe4218 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = src po help +ACLOCAL_AMFLAGS = -I m4 + NULL = DISTCHECK_CONFIGURE_FLAGS = \ diff --git a/configure.ac b/configure.ac index 21bc3fa..635ff0f 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ m4_define([gt_api_version],[0]) AC_INIT([MATE Terminal],[gt_version],[http://www.mate-desktop.org],[mate-terminal]) AC_CONFIG_SRCDIR([src/terminal.c]) AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz]) diff --git a/po/POTFILES.in b/po/POTFILES.in index 792e015..2286075 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,10 +1,12 @@ [encoding: UTF-8] # List of source files containing translatable strings. # Please keep this file sorted alphabetically. +caja/caja-open-terminal.c mate-terminal.desktop.in.in src/eggsmclient.c src/encodings-dialog.glade src/find-dialog.glade +src/org.mate.terminal.gschema.xml.in src/keybinding-editor.glade src/profile-editor.c src/profile-manager.glade |