diff options
author | reinelt <> | 2003-12-19 05:35:14 +0000 |
---|---|---|
committer | reinelt <> | 2003-12-19 05:35:14 +0000 |
commit | 8f59bbc584905f461dc4d628e7347839612b3fcf (patch) | |
tree | aec740b39fa23917f7ba4ee95172f738d7ef8621 /Makefile.am | |
parent | 42157e8617953e3c0863679f4cc4684842979204 (diff) | |
download | lcd4linux-8f59bbc584905f461dc4d628e7347839612b3fcf.tar.gz |
[lcd4linux @ 2003-12-19 05:35:13 by reinelt]
renamed 'client' to 'plugin'
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 8743c2b..733f526 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 \ -client.c client.h \ +plugin.c plugin.h \ system.c system.h \ isdn.c isdn.h \ wifi.c wifi.h \ |