diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-04-24 02:36:30 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-04-24 06:14:31 +0200 |
commit | bc3cb35033c8b90f2a3a03a0616ae02378d80f58 (patch) | |
tree | ba3eabb8d7c93bac3a2eb5d1c75cac950a644680 /Makefile.am | |
parent | 17379a1c4158d8fac69e9a8626b1293077440c17 (diff) | |
download | fetchmail-bc3cb35033c8b90f2a3a03a0616ae02378d80f58.tar.gz fetchmail-bc3cb35033c8b90f2a3a03a0616ae02378d80f58.tar.bz2 fetchmail-bc3cb35033c8b90f2a3a03a0616ae02378d80f58.zip |
Split string list stuff from uid.c into new idlist.c.
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 de4e4461..0a2abf68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,7 +66,7 @@ fetchmail_SOURCES= fetchmail.h getopt.h \ socket.c getpass.c \ fetchmail.c env.c idle.c options.c daemon.c \ driver.c transact.c sink.c smtp.c \ - uid.c mxget.c md5ify.c cram.c gssapi.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 \ lock.h lock.c \ |