diff options
author | reinelt <> | 2003-08-08 08:05:23 +0000 |
---|---|---|
committer | reinelt <> | 2003-08-08 08:05:23 +0000 |
commit | 2cce4542730411c90986f180bb0dc43af87278be (patch) | |
tree | d9085aee0f8ec93f5b6db97f93e501fc953e793a /Makefile.am | |
parent | c5e120b8fe161ad249c4c5b39882d7129cd38761 (diff) | |
download | lcd4linux-2cce4542730411c90986f180bb0dc43af87278be.tar.gz |
[lcd4linux @ 2003-08-08 08:05:23 by reinelt]
added PID file handling
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fd5301b..984760f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,7 @@ lcd4linux.c \ debug.c debug.h \ cfg.c cfg.h \ lock.c lock.h \ +pid.c pid.h \ parser.c parser.h \ processor.c processor.h \ system.c system.h \ |