diff options
author | reinelt <> | 2003-10-11 06:01:53 +0000 |
---|---|---|
committer | reinelt <> | 2003-10-11 06:01:53 +0000 |
commit | 23aa2f85a50e8f4d5c2010965709700bc23d2340 (patch) | |
tree | e02f046b82dcc8b29b3451189ec512bc0acef1f0 /Makefile.am | |
parent | 34664450b1f0ea1292b9bc5f34c185600889ad54 (diff) | |
download | lcd4linux-23aa2f85a50e8f4d5c2010965709700bc23d2340.tar.gz |
[lcd4linux @ 2003-10-11 06:01:52 by reinelt]
renamed expression.{c,h} to client.{c,h}
added config file client
new functions 'AddNumericVariable()' and 'AddStringVariable()'
new parameter '-i' for interactive mode
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 eebbefa..e5b17f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ pid.c pid.h \ parser.c parser.h \ processor.c processor.h \ evaluator.c evaluator.h \ -expression.c expression.h \ +client.c client.h \ system.c system.h \ isdn.c isdn.h \ mail.c mail.h \ |