diff options
author | reinelt <> | 2004-06-07 06:56:55 +0000 |
---|---|---|
committer | reinelt <> | 2004-06-07 06:56:55 +0000 |
commit | b0b54b4ea5599c0d5142a0efaa003912210b840a (patch) | |
tree | 924395fa646c60cca315e66980c67b01cfde95b6 /Makefile.am | |
parent | 39a7215e3c2b1266693d69b943fae19e8cd328ca (diff) | |
download | lcd4linux-b0b54b4ea5599c0d5142a0efaa003912210b840a.tar.gz |
[lcd4linux @ 2004-06-07 06:56:55 by reinelt]
added test plugin from Andy Baxter
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 508e7cc..f70de52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,7 @@ plugin.c plugin.h \ plugin_cfg.c \ plugin_math.c \ plugin_string.c \ +plugin_test.c \ plugin_time.c #liblcd4linux_la_DEPENDENCIES = @DRIVERS@ |