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 /lib | |
parent | 98db8d17d8ff86f99be772d5d0e882477ce72623 (diff) | |
download | mate-sensors-applet-3e1cd31b4744452a792978604b1ceb461978f203.tar.bz2 mate-sensors-applet-3e1cd31b4744452a792978604b1ceb461978f203.tar.xz |
build: Use WARN_CFLAGS variable
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 02d4ff8..2ba67e5 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -8,12 +8,13 @@ AM_CPPFLAGS = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DPREFIX=\""$(prefix)"\" \ -I$(top_srcdir) \ - $(GLIB_CFLAGS) + $(GLIB_CFLAGS) \ + $(WARN_CFLAGS) LIBS = $(GLIB_LIBS) # also build the libsensorsplugin library lib_LTLIBRARIES = libmate-sensors-applet-plugin.la -libmate_sensors_applet_plugin_la_SOURCES = sensors-applet-plugin.c +libmate_sensors_applet_plugin_la_SOURCES = sensors-applet-plugin.c libmate_sensors_applet_plugin_la_LDFLAGS = -export-dynamic |