diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-05-12 11:12:00 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-05-12 11:41:26 +0200 |
commit | 89f3ba2a0aa610b91a6fbf020390ba758ebe0b5c (patch) | |
tree | 708efc89e9aad4b9cba7c53119623f694ddd56e3 /Makefile.am | |
parent | 21f870c83b30942d5504736a1865313753cf0dfa (diff) | |
download | fetchmail-89f3ba2a0aa610b91a6fbf020390ba758ebe0b5c.tar.gz fetchmail-89f3ba2a0aa610b91a6fbf020390ba758ebe0b5c.tar.bz2 fetchmail-89f3ba2a0aa610b91a6fbf020390ba758ebe0b5c.zip |
Update to GNU gettext 0.19.8.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index af9dfeaa..e0fb5c75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,7 +62,7 @@ TESTS+= t.regression endif fetchmail_SOURCES= fetchmail.h getopt.h \ - i18n.h kerberos.h fm_md5.h mx.h netrc.h smtp.h \ + gettext.h i18n.h kerberos.h fm_md5.h mx.h netrc.h smtp.h \ socket.h tunable.h \ socket.c getpass.c \ fetchmail.c env.c idle.c options.c daemon.c \ |