diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2016-12-12 02:55:20 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2016-12-12 02:55:20 +0100 |
commit | a3c08a3c2eb026a582575dee047f13781d1d4d83 (patch) | |
tree | 8948755a6dd83085ab67c406bf6e4ee8bd38e535 /Makefile.am | |
parent | 00772c13773cb20747fb7a1d590218cd46646b82 (diff) | |
parent | 0aeab1198903075c1e4d1cee5dda2322d22a7955 (diff) | |
download | fetchmail-a3c08a3c2eb026a582575dee047f13781d1d4d83.tar.gz fetchmail-a3c08a3c2eb026a582575dee047f13781d1d4d83.tar.bz2 fetchmail-a3c08a3c2eb026a582575dee047f13781d1d4d83.zip |
Merge branch 'uidl-speedup-n-log-n-64' into legacy_64
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 c7e97b8b..ff8f5547 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,7 @@ fetchmail_SOURCES= fetchmail.h getopt.h \ driver.c transact.c sink.c smtp.c \ idlist.c uid.c mxget.c md5ify.c cram.c gssapi.c \ opie.c interface.c netrc.c \ - unmime.c conf.c checkalias.c \ + unmime.c conf.c checkalias.c uid_db.h uid_db.c\ lock.h lock.c \ rcfile_l.l rcfile_y.y \ ucs/norm_charmap.c ucs/norm_charmap.h |