diff options
author | reinelt <> | 2004-03-08 16:26:26 +0000 |
---|---|---|
committer | reinelt <> | 2004-03-08 16:26:26 +0000 |
commit | 6225b16ed402393732cb733093f92d1be5679f28 (patch) | |
tree | be92cbd024c7ec44efa84f89922cd99e1fabb4e4 /Makefile.am | |
parent | 3d4be5f0273220ea69c39cff2a00dd2bdf7cdc18 (diff) | |
download | lcd4linux-6225b16ed402393732cb733093f92d1be5679f28.tar.gz |
[lcd4linux @ 2004-03-08 16:26:26 by reinelt]
re-introduced \nnn (octal) characters in strings
text widgets can have a 'update' speed of 0 which means 'never'
(may be used for static content)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 528eeff..22dea96 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,7 +48,7 @@ plugin_ppp.c \ plugin_dvb.c \ plugin_i2c_sensors.c \ plugin_imon.c \ -plugin_xmms.c +plugin_xmms.c #liblcd4linux_la_DEPENDENCIES = @DRIVERS@ #liblcd4linux_la_LDFLAGS = -version-info 9:12:9 |