diff options
author | rbuj <[email protected]> | 2020-04-10 15:34:57 +0200 |
---|---|---|
committer | rbuj <[email protected]> | 2020-04-10 15:34:57 +0200 |
commit | 3e1cd31b4744452a792978604b1ceb461978f203 (patch) | |
tree | 3fdced4fa99b1855a24c05ae7dd2ada5b651c92d /plugins/acpi | |
parent | 98db8d17d8ff86f99be772d5d0e882477ce72623 (diff) | |
download | mate-sensors-applet-3e1cd31b4744452a792978604b1ceb461978f203.tar.bz2 mate-sensors-applet-3e1cd31b4744452a792978604b1ceb461978f203.tar.xz |
build: Use WARN_CFLAGS variable
Diffstat (limited to 'plugins/acpi')
-rw-r--r-- | plugins/acpi/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/acpi/Makefile.am b/plugins/acpi/Makefile.am index ae0adda..26e514c 100644 --- a/plugins/acpi/Makefile.am +++ b/plugins/acpi/Makefile.am @@ -9,7 +9,8 @@ AM_CPPFLAGS = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DPREFIX=\""$(prefix)"\" \ -I$(top_srcdir) \ - $(GLIB_CFLAGS) + $(GLIB_CFLAGS) \ + $(WARN_CFLAGS) plugin_LTLIBRARIES = libacpi.la |