diff options
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | Makefile.in | 15 | ||||
-rw-r--r-- | lcd4linux.conf.sample | 8 | ||||
-rw-r--r-- | plugin.c | 9 | ||||
-rw-r--r-- | plugin_pop3.c | 336 |
5 files changed, 362 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index 205857d..b004b38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,7 +54,8 @@ plugin_exec.c \ plugin_xmms.c \ plugin_mysql.c \ plugin_wireless.c \ -plugin_seti.c +plugin_seti.c \ +plugin_pop3.c #liblcd4linux_la_DEPENDENCIES = @DRIVERS@ #liblcd4linux_la_LDFLAGS = -version-info 9:12:9 diff --git a/Makefile.in b/Makefile.in index f26474a..2dd938b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,7 +91,7 @@ lcd4linux_LDADD = @DRIVERS@ @DRVLIBS@ #remove next line for liblcd4linux lcd4linux_DEPENDENCIES = @DRIVERS@ -lcd4linux_SOURCES = lcd4linux.c cfg.c cfg.h debug.c debug.h drv.c drv.h evaluator.c evaluator.h hash.c hash.h layout.c layout.h lock.c lock.h pid.c pid.h timer.c timer.h thread.c thread.h udelay.c udelay.h qprintf.c qprintf.h widget.c widget.h widget_text.c widget_text.h widget_bar.c widget_bar.h widget_icon.c widget_icon.h plugin.c plugin.h plugin_math.c plugin_string.c plugin_cfg.c plugin_uname.c plugin_loadavg.c plugin_proc_stat.c plugin_cpuinfo.c plugin_meminfo.c plugin_netdev.c plugin_ppp.c plugin_dvb.c plugin_apm.c plugin_i2c_sensors.c |