aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authormzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-02-07 14:03:46 +0000
committermzuther <mzuther@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-02-07 14:03:46 +0000
commit7496af7c8678b4ee97f9913b26dad028149eed79 (patch)
tree008656e48fb0026a7c36f4812757f53fb72b8423 /Makefile.am
parentdcb29d2726791b4b770d4b36d27ee81d79a38f9e (diff)
downloadlcd4linux-7496af7c8678b4ee97f9913b26dad028149eed79.tar.gz
added grouping of widgets by update interval (new file "timer_group.c")
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1106 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bd830e6..68040f1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,6 +34,7 @@ hash.c hash.h \
layout.c layout.h \
pid.c pid.h \
timer.c timer.h \
+timer_group.c timer_group.h \
thread.c thread.h \
udelay.c udelay.h \
qprintf.c qprintf.h \