diff options
author | rbuj <[email protected]> | 2020-04-08 10:34:35 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-04-08 18:00:21 +0200 |
commit | ef9f92c36b5926f397028e1a524f22ff96e321da (patch) | |
tree | 2b1748b71cbc71949705a2dffdbbf45fed3f4d5f /mateweather | |
parent | 395c75826b1a4a63236087d2875259553b6cb620 (diff) | |
download | mate-applets-ef9f92c36b5926f397028e1a524f22ff96e321da.tar.bz2 mate-applets-ef9f92c36b5926f397028e1a524f22ff96e321da.tar.xz |
build: Use WARN_CFLAGS variable
Diffstat (limited to 'mateweather')
-rw-r--r-- | mateweather/Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mateweather/Makefile.am b/mateweather/Makefile.am index 37ce65ce..ea6a723d 100644 --- a/mateweather/Makefile.am +++ b/mateweather/Makefile.am @@ -5,12 +5,13 @@ SUBDIRS = docs AM_CPPFLAGS = \ -I$(srcdir) \ -I$(top_srcdir) \ - -DMATEWEATHER_MENU_UI_DIR=\""$(uidir)"\" \ - $(MATE_APPLETS4_CFLAGS) \ - $(MATEDESKTOP_CFLAGS) \ + -DMATEWEATHER_MENU_UI_DIR=\""$(uidir)"\" \ + $(MATE_APPLETS4_CFLAGS) \ + $(MATEDESKTOP_CFLAGS) \ $(LIBNOTIFY_CFLAGS) \ - $(LIBMATEWEATHER_CFLAGS) \ - $(DBUS_CFLAGS) + $(LIBMATEWEATHER_CFLAGS) \ + $(DBUS_CFLAGS) \ + ${WARN_CFLAGS} libexec_PROGRAMS = mateweather-applet |