aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorreinelt <>2004-02-27 07:06:26 +0000
committerreinelt <>2004-02-27 07:06:26 +0000
commit8659e71bd29eac3eb42ff1c711b2d9f11d777099 (patch)
tree01b27139b7878ca0b0256e2ff149e28b464715cf /Makefile.am
parent3a49b990ddeac3a91caa1b52d4f911bf3413fcad (diff)
downloadlcd4linux-8659e71bd29eac3eb42ff1c711b2d9f11d777099.tar.gz
[lcd4linux @ 2004-02-27 07:06:24 by reinelt]
new function 'qprintf()' (simple but quick snprintf() replacement)
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 \