diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2000-04-07 05:42:20 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2000-04-07 05:42:20 +0000 |
commit | a3e3fa4aafc6404907419bf9652a32cc1d7d54cf (patch) | |
tree | e289981edc6218ca381876155d0a81cfe527d25e /Makefile.am | |
parent | ef1af83c23834f8e4ee75fde0395ada84fd1acb5 (diff) | |
download | lcd4linux-a3e3fa4aafc6404907419bf9652a32cc1d7d54cf.tar.gz |
[lcd4linux @ 2000-04-07 05:42:20 by reinelt]
UUCP style lockfiles for the serial port
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@41 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1889b16..62d720e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,7 @@ endif lcd4linux_SOURCES = \ lcd4linux.c \ cfg.c cfg.h \ +lock.c lock.h \ parser.c parser.h \ processor.c processor.h \ system.c system.h \ |