diff options
author | ltoetsch <> | 2001-03-14 13:19:29 +0000 |
---|---|---|
committer | ltoetsch <> | 2001-03-14 13:19:29 +0000 |
commit | c79da23905ffae3dafcdfe1bab8d7afb053f47b8 (patch) | |
tree | 1570430e8eda1b1ba400ad2c2b67e4e37f42afeb /Makefile.am | |
parent | 6465b5a730a285a6e57b87de3004b5cfa1668e01 (diff) | |
download | lcd4linux-c79da23905ffae3dafcdfe1bab8d7afb053f47b8.tar.gz |
[lcd4linux @ 2001-03-14 13:19:29 by ltoetsch]
Added pop3/imap4 mail support
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cb11a3b..4e0c311 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,9 @@ udelay.c udelay.h \ display.c display.h \ pixmap.c pixmap.h \ fontmap.c fontmap.h \ -exec.c exec.h +exec.c exec.h \ +mail2.c \ +socket.c socket.h EXTRA_lcd4linux_SOURCES= \ acconfig.h \ |