diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5e2058c..3afc2ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## Process this file with automake to produce Makefile.in +# Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = gnu CLEANFILES = *~ @@ -25,11 +25,12 @@ layout.c layout.h \ timer.c timer.h \ evaluator.c evaluator.h \ widget.c widget.h \ -widget_text.c widget_text.h \ +widget_text.c \ plugin.c plugin.h \ plugin_math.c \ plugin_string.c \ plugin_cfg.c \ +plugin_uname.c \ plugin_cpuinfo.c \ plugin_i2c_sensors.c \ plugin_xmms.c \ |