summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cfg.mk1
-rw-r--r--po/POTFILES.in14
2 files changed, 6 insertions, 9 deletions
diff --git a/cfg.mk b/cfg.mk
index aa22cb61..04321a31 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -29,7 +29,6 @@ local-checks-to-skip = \
sc_error_message_uppercase \
sc_m4_quote_check \
sc_makefile_TAB_only_indentation \
- sc_po_check \
sc_prohibit_have_config_h \
sc_prohibit_magic_number_exit \
sc_prohibit_strcmp \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index b71c9e74..9bd27431 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -16,17 +16,15 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-src/dfa.c
-src/kwset.c
-src/grep.c
-src/search.c
-src/system.h
-
-# Library files
lib/closeout.c
lib/error.c
lib/getopt.c
lib/obstack.c
lib/quotearg.c
lib/regex.c
-lib/xmalloc.c
+lib/xalloc-die.c
+lib/xstrtol-error.c
+src/dfa.c
+src/grep.c
+src/kwset.c
+src/search.c