aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-02-27 07:06:26 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-02-27 07:06:26 +0000
commit485a26f6e3e2e84d7f9b8279fa6d7f440ea50a8b (patch)
tree01b27139b7878ca0b0256e2ff149e28b464715cf /Makefile.am
parentaf9193af58b39bf31ee8beabfac620b274da8b1c (diff)
downloadlcd4linux-485a26f6e3e2e84d7f9b8279fa6d7f440ea50a8b.tar.gz
[lcd4linux @ 2004-02-27 07:06:24 by reinelt]
new function 'qprintf()' (simple but quick snprintf() replacement) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@379 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 9432318..528eeff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,7 @@ lock.c lock.h \
pid.c pid.h \
timer.c timer.h \
udelay.c udelay.h \
+qprintf.c qprintf.h \
\
widget.c widget.h \
widget_text.c widget_text.h \