diff options
author | reinelt <> | 2001-02-19 00:15:46 +0000 |
---|---|---|
committer | reinelt <> | 2001-02-19 00:15:46 +0000 |
commit | d7c2edb43e73bc440c0adc6c1c445570b2aae698 (patch) | |
tree | 07db76a695855bceee5dc145c4db7d61b168c431 /Makefile.am | |
parent | 38287b5ff28d67e0866a52dba8e7c67fdcfedf81 (diff) | |
download | lcd4linux-d7c2edb43e73bc440c0adc6c1c445570b2aae698.tar.gz |
[lcd4linux @ 2001-02-19 00:15:46 by reinelt]
integrated mail and seti client
major rewrite of parser and tokenizer to support double-byte tokens
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e57454b..9cfac63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,7 @@ parser.c parser.h \ processor.c processor.h \ system.c system.h \ isdn.c isdn.h \ +mail.c mail.h \ seti.c seti.h \ filter.c filter.h \ udelay.c udelay.h \ |