diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-04-02 10:47:58 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-04-02 10:47:58 +0000 |
commit | 54833b53da596625b194c40732f67aa9dd0ece54 (patch) | |
tree | 27cbc572fe209c07f761fa1d6deb0bbdfb9fdc10 /Makefile.am | |
parent | 884266c5f0f1d53c15fa2e9d98132c0749c576ff (diff) | |
download | fetchmail-54833b53da596625b194c40732f67aa9dd0ece54.tar.gz fetchmail-54833b53da596625b194c40732f67aa9dd0ece54.tar.bz2 fetchmail-54833b53da596625b194c40732f67aa9dd0ece54.zip |
Add pidfile option, requested by Héctor García.
svn path=/branches/BRANCH_6-3/; revision=4770
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a4476777..c053d600 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,8 @@ fetchmail_SOURCES= fetchmail.h getopt.h \ driver.c transact.c sink.c smtp.c \ uid.c mxget.c md5ify.c cram.c kerberos.c gssapi.c \ opie.c rpa.c interface.c netrc.c \ - unmime.c conf.c checkalias.c lock.c \ + unmime.c conf.c checkalias.c \ + lock.h lock.c \ rcfile_l.l rcfile_y.y ucs/norm_charmap.c \ libesmtp/getaddrinfo.h libesmtp/getaddrinfo.c \ KAME/getnameinfo.c |