diff options
Diffstat (limited to 'plugins/hddtemp')
-rw-r--r-- | plugins/hddtemp/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/hddtemp/Makefile.am b/plugins/hddtemp/Makefile.am index 96bc74f..64cde3c 100644 --- a/plugins/hddtemp/Makefile.am +++ b/plugins/hddtemp/Makefile.am @@ -9,11 +9,12 @@ AM_CPPFLAGS = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DPREFIX=\""$(prefix)"\" \ -I$(top_srcdir) \ - $(GLIB_CFLAGS) + $(GLIB_CFLAGS) \ + $(WARN_CFLAGS) plugin_LTLIBRARIES = libhddtemp.la -libhddtemp_la_SOURCES = \ +libhddtemp_la_SOURCES = \ hddtemp-plugin.h \ hddtemp-plugin.c |