diff options
author | nicowallmeier <> | 2003-10-12 06:08:28 +0000 |
---|---|---|
committer | nicowallmeier <> | 2003-10-12 06:08:28 +0000 |
commit | 4f5395938002f624502fd7afba7dfa3b3ee8433d (patch) | |
tree | cb66dd26539c35efc95ba59bbc8a68db97fb70c9 /Makefile.am | |
parent | 71121d793368cc28266f89ba17908b5f96dfa33b (diff) | |
download | lcd4linux-4f5395938002f624502fd7afba7dfa3b3ee8433d.tar.gz |
[lcd4linux @ 2003-10-12 06:08:28 by nicowallmeier]
imond/telmond support
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 e5b17f2..331b33f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,8 @@ filter.c filter.h \ widget.c widget.h \ exec.c exec.h \ mail2.c \ -socket.c socket.h +socket.c socket.h \ +imon.c imon.h liblcd4linux_la_DEPENDENCIES = @DRIVERS@ liblcd4linux_la_LDFLAGS = -version-info 9:11:9 |